commit | 075a6d3327399acb02e0da69c40abc8234be2d8a | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Thu Mar 25 10:12:58 2021 +0000 |
committer | Yo Chiang <yochiang@google.com> | Thu Mar 25 10:12:58 2021 +0000 |
tree | 3ef4736e5b9dee0d266415d4d006b9e0e3000a2b | |
parent | 63c65c776da35e0537214b4fe991ead936c65eb9 [diff] |
Revert^2 "Nextgen release: Don't build super_empty.img" This reverts commit 63c65c776da35e0537214b4fe991ead936c65eb9. Reason for revert: Original bug was resolved by updating branch config Change-Id: I1136570f9bd01d050beb55705cc90040dd396ecc
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.