commit | 0324a550a2f5df0d9ebd67ab62c63cbaa88017ae | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Aug 03 16:02:55 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 03 16:02:55 2018 -0700 |
tree | 90b0a44f8b654459ad990a168045b785af434843 | |
parent | 75308bc5b9b3525a10da690127e1b82e518fdb14 [diff] | |
parent | d80175db9a5cd72e4515d3eea7ee63223fe9d11c [diff] |
Merge "Write custom recovery UI vars as recovery build prop." am: d80175db9a Change-Id: I245e53a27e11e0b096a7d6ee85608e3f30cf7c86
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.