Go to file
Inseob Kim 10255c8946 Add fsverity test key
Bug: 193113311
Test: N/A
Change-Id: I5ce7ff0872601520a8ed45bb143ff61b42ce43e0
2021-10-15 15:56:38 +09:00
common
core Merge "Add pvmfw.img to IMAGES for BUILT_TARGET_FILES_PKG" 2021-10-14 09:11:33 +00:00
packaging
target Add fsverity test key 2021-10-15 15:56:38 +09:00
tests Make global config depend on version defaults. 2021-09-17 11:00:29 -07:00
tools Merge "sign_target_files_apks: adding --allow_gsi_debug_sepolicy" 2021-10-15 05:41:55 +00: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 Remove removed selinux prebuilts from $PATH 2021-09-30 22:40:38 +00: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.