android13/build/make
liiir1985 77ac478949 适配slpad 3588 2024-06-24 21:39:57 +08:00
..
common initial 2024-06-22 20:45:49 +08:00
core initial 2024-06-22 20:45:49 +08:00
orchestrator initial 2024-06-22 20:45:49 +08:00
packaging initial 2024-06-22 20:45:49 +08:00
target 适配slpad 3588 2024-06-24 21:39:57 +08:00
tests initial 2024-06-22 20:45:49 +08:00
tools initial 2024-06-22 20:45:49 +08:00
.gitignore initial 2024-06-22 20:45:49 +08:00
Changes.md initial 2024-06-22 20:45:49 +08:00
CleanSpec.mk initial 2024-06-22 20:45:49 +08:00
Deprecation.md initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
PREUPLOAD.cfg initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
Usage.txt initial 2024-06-22 20:45:49 +08:00
banchanHelp.sh initial 2024-06-22 20:45:49 +08:00
buildspec.mk.default initial 2024-06-22 20:45:49 +08:00
envsetup.sh initial 2024-06-22 20:45:49 +08:00
finalize_branch_for_release.sh initial 2024-06-22 20:45:49 +08:00
help.sh initial 2024-06-22 20:45:49 +08:00
navbar.md initial 2024-06-22 20:45:49 +08:00
rbesetup.sh initial 2024-06-22 20:45:49 +08:00
tapasHelp.sh initial 2024-06-22 20:45:49 +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.