commit | 3f74663fdfca6a36f630fce31bed201a9b581172 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Dec 07 08:50:12 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 07 08:50:12 2017 +0000 |
tree | 9f5ebf5a46890e2dcf0d7a250c924c01842c3bbf | |
parent | 71900fc78729b76c886f6a242855e0df84cdbf28 [diff] | |
parent | c11df9e0386e6064dc9cb32083183a15b917850a [diff] |
Merge changes Ia7feaa13,Ib917761e am: af3984d26d am: c11df9e038 Change-Id: If160b8de399bbc77d1a9b7cc0efb37686cf27bea
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.