Go to file
mc 9423389047 first commit 2024-06-05 16:58:21 +08:00
common first commit 2024-06-05 16:58:21 +08:00
core first commit 2024-06-05 16:58:21 +08:00
packaging first commit 2024-06-05 16:58:21 +08:00
target first commit 2024-06-05 16:58:21 +08:00
tests first commit 2024-06-05 16:58:21 +08:00
tools first commit 2024-06-05 16:58:21 +08:00
.gitignore first commit 2024-06-05 16:58:21 +08:00
Changes.md first commit 2024-06-05 16:58:21 +08:00
CleanSpec.mk first commit 2024-06-05 16:58:21 +08:00
Deprecation.md first commit 2024-06-05 16:58:21 +08:00
OWNERS first commit 2024-06-05 16:58:21 +08:00
README.md first commit 2024-06-05 16:58:21 +08:00
Usage.txt first commit 2024-06-05 16:58:21 +08:00
buildspec.mk.default first commit 2024-06-05 16:58:21 +08:00
envsetup.sh first commit 2024-06-05 16:58:21 +08:00
help.sh first commit 2024-06-05 16:58:21 +08:00
navbar.md first commit 2024-06-05 16:58:21 +08:00
rbesetup.sh first commit 2024-06-05 16:58:21 +08:00
tapasHelp.sh first commit 2024-06-05 16:58:21 +08:00

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.