commit | 2f7a108bf21692ec4052c2350c4be9fc322b2eff | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Tue Feb 22 19:13:32 2022 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Thu Feb 24 21:47:51 2022 +0800 |
tree | 4f9a6ca1fed40a76c1fece722b022d724d668eee | |
parent | 0835ac67b6c33f5166f686641160a1ae25bca303 [diff] |
Update T GKI certification scheme * Remove 'generic_ramdisk' certification, as we are not certifying 'init_boot' anymore. * Add a new 'boot' certificate that certifies the whole boot.img. * The new 'boot' & existing 'generic_kernel' certificates are directly appended at the end of the boot.img, and the mkbootimg --boot_signature argument is removed. Bug: 211741246 Test: m bootimage Test: ./boot_signature_info.sh boot-5.10.img Change-Id: I143680b1cab50a6915df56c8273f8741beaf1180
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.