commit | 33f245a209fbd1b2107171641c4ec2c6e5d572b5 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Feb 07 14:08:58 2019 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Feb 07 22:29:55 2019 +0000 |
tree | ad7f7db39063d952fcc07e60e5b526d2a64a0851 | |
parent | a56dede4d8b96be66f36446f01b4f6806edc0903 [diff] |
Add DEXPREOPT_BOOTCLASSPATH_DEX_FILES to DEXPREOPT_GEN_DEPS Anything that might be used by dexpreopt.sh needs to be listed in DEXPREOPT_GEN_DEPS to make sure it is up to date if dexpreopt.sh has never run before and generated its .d file. Bug: 124062553 Test: lunch aosp_blueline-userdebug m out/target/product/blueline/obj/APPS/Gallery2_intermediates/dexpreopt.zip lunch aosp_sailfish-userdebug m out/target/product/sailfish/obj/APPS/Gallery2_intermediates/dexpreopt.zip Change-Id: I2608f68d1a2157f9c95bd136eb82010aceed1c59
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.