commit | 065c5f5f5bc48ec7115fad13606bc4f75b8e1efc | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Thu Sep 05 17:49:41 2024 +0000 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Thu Sep 05 10:50:03 2024 -0700 |
tree | 84b95c949983c6a00cf4960301a2e6e2c02b7e1f | |
parent | f54075d5d4bfaf7605c7b1b33818db02d9cf0bc1 [diff] |
Reland Support incremental dev option OTA during signing This allows incremental dev option to be used on release-key devices. Boot images are signed during the signing process, and hence the dev option OTAs(which are derivative of boot image) need to be re-generated. Previously we only re-generate full OTAs, now we support incrementals too. Previous land of the CL had a bug where AddDtbo() is called even for devices which do not have a DTBO partition, causing signing failures. This reland fixes the issue above by checking "has_dtbo" in misc_info.txt Test: th Bug: 339658378 This reverts commit 29c7842c02e4c74609f283da97b4ea9460fa8d86. Change-Id: Ifb080aaa15faf752ab1cff687c54d00290c1bfa6
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.