Go to file
Elliott Hughes 27de935d83 Update OWNERS.
Test: treehugger
Change-Id: I5f9ddd03d5cd34fb398b842c933dc6a365be4b39
2020-12-11 12:56:27 -08:00
common Add a rule to get numbers greater or equal to a minimum number. 2020-10-29 22:29:27 +00:00
core require-artifacts-in-path does not require PRODUCT_NAME/BRAND. 2020-12-10 13:18:29 -08:00
packaging
target Merge "require-artifacts-in-path does not require PRODUCT_NAME/BRAND." 2020-12-11 20:24:19 +00:00
tests
tools Update OWNERS. 2020-12-11 12:56:27 -08:00
.gitignore
Changes.md
CleanSpec.mk Add clean step to remove Soong's host copies of libconscrypt_openjdk_jni.so 2020-10-09 08:42:13 +00:00
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 Switch default execution strategy to racing for developer builds 2020-11-25 12:14:16 -05: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.