commit | c4a0b0fa80073647fa402832041446312441ec40 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Aug 14 20:32:52 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 14 20:32:52 2018 -0700 |
tree | 5a09e1e8bedd6d9967aa3540e13c5c060f33a721 | |
parent | 1fa25cdd69eec5b664d84433079a9cca7b69b364 [diff] | |
parent | 56be4aecbccb1ce76cb0b4d3940e375442048863 [diff] |
Allow Soong to autogenerate test configs am: e3a4df80c8 am: 56be4aecbc Change-Id: I97b4e3ac5b31f9ec4e6e0226a50c676c8fa230e3
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.