commit | 9bb4767ad789b5b64a4a2e6fb1f0ce559f765d48 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Mon Oct 14 13:25:27 2019 -0700 |
committer | Xin Li <delphij@google.com> | Mon Oct 14 22:52:58 2019 +0000 |
tree | 626cc0504f19ae817a4f0ee7492384e09194af77 | |
parent | 48ccb46f5f5469374ec78d354a7f21f182329927 [diff] | |
parent | 3bef81008097fc7a4d42e3ce2092341a15431de5 [diff] |
DO NOT MERGE - Merge QD1A.190821.011 into stage-aosp-master Bug: 141248619 Change-Id: I238167158c381b1726628da0617bb6eda33dd9b9
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.