commit | b9dc792b19a26879757d8825cdaad12d88efc286 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Mon Apr 29 11:21:45 2019 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Tue Apr 30 17:00:19 2019 -0700 |
tree | e11531aa1cfa0a52482d955080f01ce37b519c45 | |
parent | a2488b7d85dd9349137e4d98b42c2fd4cd9c3ccc [diff] |
Add PRODUCT_DEX_PREOPT_RESOLVE_STARTUP_STRINGS For enabling per product configuration of resolving startup const strings. Bug: 130217075 Bug: 131310042 Test: make (cherry picked from commit b37c79c3a2512fe036f351df179af999d15a8afb) Merged-In: I51cb8931b915a710ab584f954b7a99c7a651d914 Change-Id: I0ecc7823620bca9f252b3d91b82982db91dd248d
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.