commit | 9cdf17241abbc23bf22218e94cdd531b77ae29df | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Oct 12 15:52:27 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Mon Oct 15 20:49:48 2018 +0100 |
tree | 297fbe95f564b69e0bf7a007e14575658587286b | |
parent | f77560ec12b12b8a5ad35df2ff641d44938d61c1 [diff] |
Allow more relaxed artifact path req enforcement Only enforce whitelist entries are unused if the enforcement variable is set to "true" or "strict". If set to something else (e.g. "relaxed"), allow redundant whitelist entries. This also enables adding wildcard entries, which were previously considered unused. Test: downstream Bug: 117637311 Bug: 80410283 Change-Id: I67a84f8ecfad5fa68c21ee728f1e3085ef89fbcf
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.