commit | 19fbc1b9e9c9ddabb6da0a669634831c0d0bebce | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Dec 17 23:32:40 2018 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Dec 18 15:36:36 2018 +0000 |
tree | 6a3ce6b78b39c065954dc4f1c1a4b288962409e2 | |
parent | 7cac3adf1a285dec02b6d43b9882e958ae41d752 [diff] |
Don't install boot.art when WITH_DEXPREOPT is false Don't create the install rules for boot.art when WITH_DEXPREOPT is not set to true, which will ensure there is no dependency on boot.art in a normal build, which matches the behavior before I25163e91886cea6941afa25cdb529ed053278dcb. This should fix the Mac build, which never sets WITH_DEXPREOPT and does not support running dex2oat. Bug: 119412419 Bug: 121130576 Bug: 121183382 Test: lunch aosp_sailfish-eng && m WITH_DEXPREOPT=false files does not depend on out/target/product/sailfish/dex_bootjars/system/framework/arm/boot.art Change-Id: I39e96b1f35f6808d3007cf1785ec3db89e0decb6
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.