commit | b9b51b1b738f2c53781059f8509f7f38b76eab31 | [log] [tgz] |
---|---|---|
author | Isaac Chen <ycchen@google.com> | Fri Aug 03 18:34:55 2018 +0000 |
committer | Isaac Chen <ycchen@google.com> | Mon Aug 06 02:48:28 2018 +0000 |
tree | ea3e5f9d6254a644e688988d8203e00b326927c4 | |
parent | 132748cb80db768455e9118970520db180e905a5 [diff] |
Revert "Revert "Build GSIs (aosp_$arch products) in sparse format"" This reverts commit 132748cb80db768455e9118970520db180e905a5. Reason for revert: The e2fsck issue, b/112062612, that caused the revert of the original CL has been fixed in aosp/725259. Change-Id: I5c919aedcc5b1c4823f565ea2bbe0e6ea81bc3b0
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.