Go to file
Hongguang Chen ef92656fd4 Support chained init_boot partition signing
Bug: 256048561
Bug: 256237041
Test: sign_target_files_apks -d certs --avb_init_boot_algorithm \
        SHA256_RSA4096 --avb_init_boot_key init_boot_rsa4096.pem \
	xxx.zip signed.zip (Check signed.zip/META/misc_info.txt)
Change-Id: I65fc7913089ae318d90df55a533d3e2ebd93b029
(cherry picked from commit 0d6b727e03)
Merged-In: I65fc7913089ae318d90df55a533d3e2ebd93b029
(cherry picked from commit acf1b3afe2)
(cherry picked from commit 425f7d1cb3)
(cherry picked from commit ac458b10812ff5c6d54bf906ba902a4366904b9f)
Merged-In: I65fc7913089ae318d90df55a533d3e2ebd93b029
2022-11-29 17:51:17 +00:00
common
core Version bump to TQ1A.230105.002 [core/build_id.mk] 2022-11-23 21:38:23 +00:00
orchestrator
packaging
target Add prng_seeder to base PRODUCT_PACKAGES. 2022-11-15 01:46:52 +00:00
tests Merge "Correct abspath implementation" 2022-04-20 01:32:16 +00:00
tools Support chained init_boot partition signing 2022-11-29 17:51:17 +00:00
.gitignore
Changes.md
CleanSpec.mk
Deprecation.md
METADATA
OWNERS
PREUPLOAD.cfg
README.md
Usage.txt
banchanHelp.sh
buildspec.mk.default
envsetup.sh Merge "revert addition of --skip-soong-test flag" am: 9bc50689c9 am: 3cbef527f0 am: def5eefbb7 2022-04-11 17:22:14 +00:00
finalize_branch_for_release.sh Start script to finalize branch release. 2022-04-19 23:47:08 +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.