commit | c8e4513fb03c8024f8e435643b8c5090af38ff69 | [log] [tgz] |
---|---|---|
author | Ulya Trafimovich <[email protected]> | Mon Jan 11 16:42:21 2021 +0000 |
committer | Anton Hansson <[email protected]> | Tue Jan 12 15:43:46 2021 +0000 |
tree | 55219b43bd88ef25976fbeba75f02535ccd70da8 | |
parent | 04a80cd736b69c8419ca43fb939ff54773dc78c2 [diff] |
Initialize DEX_PREOPT_DEFAULT based on global dexpreopt settings. Bug: 177214554 Test: lunch cf_x86_phone-userdebug && m Test: Ensure that `find out -name dexpreopt.config` lists before and after the fix are identical (for target cf_x86_phone-userdebug). Test: TARGET_PRODUCT=mainline_modules_x86_64 \ TARGET_BUILD_VARIANT=userdebug \ build/soong/soong_ui.bash --make-mode UipbUtil Merged-In: I28b38c08ad570d53dc679f9b42975545d457416e Change-Id: I28b38c08ad570d53dc679f9b42975545d457416e (cherry picked from commit e245e00d7bf0db727958f14039efc043263e2d38)
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.