00fc943377
boot-(test-harness|debug).img is not needed for devices with a /vendor_boot partition. They can use vendor_boot-(test-harness|debug).img instead. (Cherry-picked with Ic032b8594f776f911d7b6345a97d64fed930d890 to solve merge conflict.) Bug: 200945738 Bug: 196001476 Test: make then checks $OUT/*.img Change-Id: If76df0329c96f718ebf0a0ac138cde3ae859a6c6 Merged-In: If76df0329c96f718ebf0a0ac138cde3ae859a6c6 (cherry picked from commit 4bb4d1fb9165b124f67bb6f405503ca4ae1ecef2) |
||
---|---|---|
common | ||
core | ||
packaging | ||
target | ||
tests | ||
tools | ||
.gitignore | ||
Android.bp | ||
Changes.md | ||
CleanSpec.mk | ||
Deprecation.md | ||
METADATA | ||
OWNERS | ||
PREUPLOAD.cfg | ||
README.md | ||
Usage.txt | ||
banchanHelp.sh | ||
buildspec.mk.default | ||
envsetup.sh | ||
help.sh | ||
navbar.md | ||
rbesetup.sh | ||
tapasHelp.sh |
README.md
Android Make Build System
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.