commit | db2cc74d5ced8317dfc338c7a505147701fb670f | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Dec 21 21:02:39 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 21 21:02:39 2017 +0000 |
tree | 050e24cb1c54442bedc05bfbaad7d2c3e72498e1 | |
parent | a61ffc129127eb121f01184c4b4f88e50b5f3877 [diff] | |
parent | 07146438160bd6fc5e9af46e3756bdf13a5d2992 [diff] |
Merge changes I63eace8f,I103cbe58 am: 5ded399588 am: 0714643816 Change-Id: I38143faf090bf4b1d3c222438a45c66686811723
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.