commit | 33f973fd2ac189358b9ff6ab71ce7472e10c4364 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Sat Jan 08 22:11:17 2022 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Sun Jan 09 16:28:25 2022 +0800 |
tree | 732fe8689a977855b2e72ab48e0964a897a8e19a | |
parent | 6a95477b0f13667f65bd5260337f281005660c82 [diff] |
Fix init_boot partition AVB signing Typo: 'BOARD_AVB_INIT_BOOT_IMAGE_KEY_PATH' -> 'BOARD_AVB_INIT_BOOT_KEY_PATH' Record avb_init_boot_* arguments to misc_info.txt Add INIT_BOOT_SECURITY_PATCH to support per-partition SPL. Bug: 203698939 Test: avbtool info_image --image init_boot.img Change-Id: I63e082b1dd675138a6ab5cceb8814b3673d26b13
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.