commit | 1fa25cdd69eec5b664d84433079a9cca7b69b364 | [log] [tgz] |
---|---|---|
author | yangbill <yangbill@google.com> | Tue Aug 14 20:32:09 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 14 20:32:09 2018 -0700 |
tree | 060589ce8ac8a278f34f79cf4149074dc3341606 | |
parent | a5d2c326f5ea15d41c9d2e7afb7fdeea60736274 [diff] | |
parent | 7edbae731dfd6a621cf254f54d238bf593488dcb [diff] |
Merge "ATest: Host native test config auto-gen support." am: 56d08ec834 am: 7edbae731d Change-Id: I5ceb3ca7b6ad0870bb0221bbf604881036a8d7ea
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.