commit | ced530443431f078c6a694f12df989feb763f36d | [log] [tgz] |
---|---|---|
author | Hongguang Chen <hgchen@google.com> | Mon Nov 07 13:36:38 2022 -0800 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Dec 22 21:41:27 2022 +0000 |
tree | 0ec0992301aa67ad62287227cf930ef6667a852b | |
parent | 84778ba0ddc83f089d97d27fab517de88e944c54 [diff] |
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 0d6b727e03efd49a77e864077a01837e993f600f) Merged-In: I65fc7913089ae318d90df55a533d3e2ebd93b029 (cherry picked from commit acf1b3afe28f03a4816575960c9e903293a80d76) Merged-In: I65fc7913089ae318d90df55a533d3e2ebd93b029
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.