commit | 352b4d84f1b9f7b30b8940e422b85ad2c872c30c | [log] [tgz] |
---|---|---|
author | Chirayu Desai <cdesai@cyanogenmod.org> | Sun Jun 30 10:04:25 2013 +0530 |
committer | Jackeagle <jackeagle102@gmail.com> | Fri Sep 29 05:40:38 2017 -0400 |
tree | b4f139512f1cb887bcec51aca7e7b04905fa9f64 | |
parent | 6cd5da96e68b4124def9008fc6646b643564e8b5 [diff] |
envsetup: add a helper to fix "out/target/common" not being really common * out/target/common isn't really common, and if you do back to back builds for multiple devices, that is noticable. * Use out/target/common-$device instead, and link the appropriate dir to out/target/common every time lunch() is run, if ANDROID_FIXUP_COMMON_OUT is set. * Refer https://groups.google.com/forum/#!topic/android-building/ispbOgzoyg8 for more info. Change-Id: I11e7df0e68e2a60ce32576f06397d60fc9465b60