commit | 06ff142d70ab99c801655b3085e7ff41da6cc96c | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Thu Jan 17 14:19:31 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 17 14:19:31 2019 -0800 |
tree | 7680e4a956b2be86ce73527b51804e636919f5ef | |
parent | 3042c43e27ee0d04db7afe942b19cd49713610aa [diff] | |
parent | e2b87fa9be99269a7b997cd526599a43106f35b7 [diff] |
[automerger skipped] Merge "DO NOT MERGE - Merge pie-platform-release (PPRL.190105.001) into master" am: ab9de0ab6e -s ours am: e2b87fa9be -s ours am skip reason: subject contains skip directive Change-Id: I591c3e1a725680a63a4b3f3bc365137bb650a179
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.