Go to file
Treehugger Robot 12f85f31e3 Merge "Support -s in installmod command" am: 8cdc80bc24
Original change: https://android-review.googlesource.com/c/platform/build/+/1869665

Change-Id: I5ce4dbe1f48bd101feb1b1d6151b8cf024706ff9
2021-10-26 01:33:10 +00:00
common
core Merge "Revert "Renames boot-debug-*.img in GSI targets"" 2021-10-21 07:22:03 +00:00
packaging
target Merge "Revert "Renames boot-debug-*.img in GSI targets"" 2021-10-21 07:22:03 +00:00
tests Make global config depend on version defaults. 2021-09-17 11:00:29 -07:00
tools Rename cmd/main.go to cmd/canoninja.go 2021-10-20 15:12:07 -07:00
.gitignore
Android.bp
Changes.md
CleanSpec.mk
Deprecation.md
METADATA
OWNERS
PREUPLOAD.cfg
README.md
Usage.txt
banchanHelp.sh
buildspec.mk.default
envsetup.sh Support -s in installmod command 2021-10-25 13:43:48 -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.