commit | 003ae1cde85e64dc7c534490e7814aead2748116 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 09 11:55:07 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 09 11:55:07 2019 -0700 |
tree | fdbd0212c1b8590e378946343795bc620bf4147d | |
parent | e1829be1d7e7faca40c33f9e8ab7ee832daa2550 [diff] | |
parent | 3d33aa7c2c657d438c512673acd0342b64ceee62 [diff] |
Merge "Remove the workaround that forces rebuilding recovery patch." am: 3d33aa7c2c Change-Id: I73cf84bf0e85aa61f9a238210c843859a77deb1e
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.