commit | 3b82e07023c6561c9fcb4ba87f07f2a2a003ab5c | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Oct 15 17:24:35 2019 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Oct 15 17:24:35 2019 +0900 |
tree | 8436e87a9596bf2fa9314c191852a86884d0b93b | |
parent | 491f2969d6daf8c52e89eed2967f147b78b4b32e [diff] |
Do not initialize BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW is meant to be set depending on targets, not devices. This allows that value to be set outside BoardConfig.mk. Bug: 131162102 Bug: 142684203 Test: m sepolicy_tests Change-Id: I14f7cd06dcbaf1b5354c648079a815d7b6cc6f3a
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.