commit | 5d60c8ac5dbb992596d594e38c3aba7565ba7861 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Oct 17 10:32:59 2019 +0000 |
committer | Inseob Kim <inseob@google.com> | Thu Oct 17 10:33:40 2019 +0000 |
tree | d5933452e0497366130c425f7e0b71b9050e8a9b | |
parent | ba36f4c1392610c66200b12fc15d0ed811889eff [diff] |
Revert "Do not initialize BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW" This reverts commit 3b82e07023c6561c9fcb4ba87f07f2a2a003ab5c. Reason for revert: This was a hack and the fix has been merged Change-Id: Ifa1684d9908f384d3da86acae18bfe4b47cf1529
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.