commit | da1ba697761e33e09ba3c8d6cca9c0ddb13030fd | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Thu Dec 07 03:58:20 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 07 03:58:20 2017 +0000 |
tree | ceda7c2e212f6807263b1948c1e0bce15cc9c3c1 | |
parent | 3f41c5ff1fa5fcde36e547cdf9beb4f5b0814c5e [diff] | |
parent | 515896c4369fa394c6b31ddcc0d6b1e49fdbb14d [diff] |
Merge "Add build script to generate TF test XML file with filters" am: 0765d53239 am: 515896c436 Change-Id: Id93e51733f0af93aff41e78ce2a1b92e2376befa
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.