aosp12/build/make
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
common init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
core init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
packaging init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
target init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tests init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tools init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Changes.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CleanSpec.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Deprecation.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
PREUPLOAD.cfg init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Usage.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
banchanHelp.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
buildspec.mk.default init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
envsetup.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
help.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
navbar.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
rbesetup.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tapasHelp.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +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.