Go to file
Android Build Coastguard Worker 365249c0d5 Version bump to SQ1A.211205.007 [core/build_id.mk]
Change-Id: Ib967214e43a8a6a665a77b246760fa7e5e8bf717
2021-11-02 18:19:17 +00:00
common
core Version bump to SQ1A.211205.007 [core/build_id.mk] 2021-11-02 18:19:17 +00:00
packaging
target Always build modules in GSI from source 2021-08-05 09:47:38 +00:00
tests
tools Make apex util detect if hashtree is present 2021-08-06 19:38:14 -04:00
.gitignore
Android.bp
Changes.md
CleanSpec.mk
Deprecation.md
METADATA
OWNERS
PREUPLOAD.cfg
README.md
Usage.txt
banchanHelp.sh Allow selecting a different product in banchan. 2021-04-19 18:32:00 +01:00
buildspec.mk.default
envsetup.sh Use python3 specifically for envsetup.sh 2021-04-29 15:44:29 -07:00
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.