Go to file
Dan Willemsen aadd499bc3 Parallelize system*.img and target-files-package
We don't actually need to build the system image before
target-files-package, we just need to make sure everything is present in
$(PRODUCT_OUT)/system. So switch the dependencies around.

This can't be done as easily for the vendor image, since it may be a
prebuilt, or we may need to install some kernel modules into
$(PRODUCT_OUT)/vendor when building vendor.img. It tends to be smaller
anyway, so the time savings isn't as big.

Test: Make sure the build server outputs the same files
Test: Ensure target-files-package is identical before/after.
Change-Id: I84e4f878491ab2b71582f4f49418dbfbba75590f
2017-03-21 16:36:14 -07:00
core Parallelize system*.img and target-files-package 2017-03-21 16:36:14 -07:00
target Emulator: Enable logcat -Q to run in emulator 2017-03-15 22:27:08 -07:00
tools releasetools: Remove a dead line. 2017-03-16 11:59:24 -07:00
.gitignore Add build subprojects to .gitignore 2015-07-23 13:18:47 -07:00
Android.mk Add new Android.mk to handle repo move 2016-06-16 15:30:19 -07:00
CleanSpec.mk Revert "install *.so in different paths for their types" 2017-03-16 16:54:40 -07:00
buildspec.mk.default Fix GET-INSTALL-PATH to work with Soong 2016-08-12 05:10:51 +00:00
envsetup.sh Fix stacks on 64 bit processes. 2017-03-01 11:34:58 -08:00