commit | 989b3ad8597095264fae77d49a38ac3c73167241 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Tue Aug 14 16:25:52 2018 +0000 |
committer | Alex Light <allight@google.com> | Tue Aug 14 16:25:52 2018 +0000 |
tree | 19c3ed6a7e7d9624d1489f9e525b1b598a966daa | |
parent | 8a72da6c6374a21fbbb00b39c4e2769bb3a38ed8 [diff] |
Revert "Build image for clean super partition." This reverts commit 8a72da6c6374a21fbbb00b39c4e2769bb3a38ed8. Reason for revert: breaks a build Change-Id: I743a67757c560b5bb2b201612d0898276b6804b6 Test: None.
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.