You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
common v811_spc009_project 4 months ago
core v811_spc009_project 4 months ago
packaging v811_spc009_project 4 months ago
target v811_spc009_project 4 months ago
tests v811_spc009_project 4 months ago
tools v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
Changes.md v811_spc009_project 4 months ago
CleanSpec.mk v811_spc009_project 4 months ago
Deprecation.md v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
PREUPLOAD.cfg v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
Usage.txt v811_spc009_project 4 months ago
banchanHelp.sh v811_spc009_project 4 months ago
buildspec.mk.default v811_spc009_project 4 months ago
envsetup.sh v811_spc009_project 4 months ago
help.sh v811_spc009_project 4 months ago
navbar.md v811_spc009_project 4 months ago
rbesetup.sh v811_spc009_project 4 months ago
tapasHelp.sh v811_spc009_project 4 months ago

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.