commit | fd24c9fe1f1f09f512db6ef138fa0d04da0629ca | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Tue Jan 08 13:29:41 2019 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Tue Jan 22 14:16:12 2019 +0000 |
tree | 7412eeb1bdb44a0863233daf4748a7c3d90c6bfe | |
parent | e8f1a420bcc83e69b9ce6e51cfb3ec0c4b2007c5 [diff] |
Remove REMOVE_OAHL_FROM_BCP flag The REMOVE_OAHL_FROM_BCP flag is always set to true and is no longer necessary so this change removes any uses of the flag. Bug: 18027885 Test: cts/tests/signature/runSignatureTest.sh Change-Id: Ied8c3315b29094ad6acee539520af3e4c9e79839
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.