commit | 3ac786ffe10cddca634624b5e23a44e5bd1329f8 | [log] [tgz] |
---|---|---|
author | Chirayu Desai <cdesai@cyanogenmod.org> | Sun Jun 30 10:04:25 2013 +0530 |
committer | Jacob Whatley <jake@whatley.co> | Tue Sep 05 02:29:58 2017 -0400 |
tree | 21014e1831241b4b05f9b9a5223351578a858fbf | |
parent | 3e87340f2c9852f4e106d10e3b3ecd130ba29392 [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