commit | b89b324fb27a2ca977064ddf0c71f66b2773311b | [log] [tgz] |
---|---|---|
author | Chirayu Desai <cdesai@cyanogenmod.org> | Sun Jun 30 10:04:25 2013 +0530 |
committer | Adnan Begovic <adnan@cyngn.com> | Tue Oct 06 16:12:22 2015 -0700 |
tree | 7f874e3c0be0cf2d2746a1e7f9de75b4b5cafa76 | |
parent | 4996718cd4c37e0075faf4565d524aaf924b5865 [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 CM_FIXUP_COMMON_OUT is set. * Refer https://groups.google.com/forum/#!topic/android-building/ispbOgzoyg8 for more info. Change-Id: I11e7df0e68e2a60ce32576f06397d60fc9465b60