No description
Find a file
2022-02-25 19:55:27 +00:00
common
core Merge "Remove ostensibly unused host tools notice." am: 1420aa099a am: 67ce808a50 am: 71530d3fee 2022-02-25 19:55:27 +00:00
packaging
target Merge "Enabling Apex in BT" into tm-dev 2022-02-25 06:30:19 +00:00
tests
tools Merge "Replace pvmfw embedded public key" am: 4d0af554ce am: 474339443f am: ba28c6a1f5 2022-02-25 07:52:54 +00:00
.gitignore
banchanHelp.sh
buildspec.mk.default
Changes.md
CleanSpec.mk
Deprecation.md
envsetup.sh Merge "envsetup.sh: Update text in lunch menu for clarity" am: 44adfa7f8c am: 0b828a50c7 am: c838e15827 am: 0bc5e16871 2022-02-09 20:37:03 +00:00
help.sh core & tools: system_dlkm: add dynamic partition 2022-01-30 08:43:08 +00:00
METADATA
navbar.md
OWNERS
PREUPLOAD.cfg
rbesetup.sh
README.md
tapasHelp.sh Add a keys argument to tapas 2022-02-07 18:50:22 +00:00
Usage.txt

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.