commit | f80aaf28efef4b0025f1cd348bad928b82668daa | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Tue Oct 15 10:48:22 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 15 10:48:22 2019 -0700 |
tree | c821199ee651b0f5a5fc126234c466ed70e92f50 | |
parent | b8dc4062603003e5253547eaf3729d35ce34f263 [diff] | |
parent | 9f3c3a846568c190ea1234126f725f22cf5a507b [diff] |
[automerger skipped] DO NOT MERGE - Merge QD1A.190821.011 into stage-aosp-master am: 9bb4767ad7 am: a0918e19a2 am: 9f3c3a8465 -s ours am skip reason: subject contains skip directive Change-Id: Ib3085abaf82cb62e8238d89dc28ac97fc82c4d96
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.