Go to file
Jingwen Chen 5569faae37 Merge "Remove SOONG, SOONG_BUILD_NINJA, SOONG_IN_MAKE and SOONG_BOOTSTRAP." 2020-11-24 02:09:21 +00:00
common Add a rule to get numbers greater or equal to a minimum number. 2020-10-29 22:29:27 +00:00
core Merge "Remove SOONG, SOONG_BUILD_NINJA, SOONG_IN_MAKE and SOONG_BOOTSTRAP." 2020-11-24 02:09:21 +00:00
packaging
target Add symlinks to legacy Virtual A/B makefiles. 2020-11-23 15:17:01 -08:00
tests
tools Merge "Try to find host tools in the same directory as the caller" 2020-11-24 02:05:39 +00:00
.gitignore
Changes.md
CleanSpec.mk
Deprecation.md
OWNERS
README.md
Usage.txt
buildspec.mk.default
envsetup.sh Export SOONG_HOST_OUT as ANDROID_SOONG_HOST_OUT 2020-11-03 11:06:39 +09:00
help.sh
navbar.md
rbesetup.sh Source rbesetup.sh from any location inside of a repo directory. 2020-09-28 22:09:41 +00:00
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.