commit | 4aae62ee774667852246dc21aa356de026537e40 | [log] [tgz] |
---|---|---|
author | Dennis Song <denniscy@google.com> | Mon Oct 02 04:31:34 2023 +0000 |
committer | Dennis Song <denniscy@google.com> | Wed Oct 04 06:45:15 2023 +0000 |
tree | 21b60931cf0dd9b3b52ac03bba2dcb587b2b2f97 | |
parent | d61f2efdbb6760e8ac377d95a84e52be8e279a04 [diff] |
Resolve conflict AVB rollback index location Add an `--avb-resolve-rollback-index-location-conflict` option in merge_target_files. When this option is set, the merge tool will resolve conflicting index locations by assigning the smallest unused index location. This is to support merging system and vendor target files from two different targets. In this case, the two target files may have conflict rollback index location because they were built independently. Test: atest releasetools_test Test: validate_target_files *-target_files-*.zip Test: merge_target_files && add_img_to_target_files && img_from_target_files && flash device Bug: 300604688 Change-Id: Ibd18ef2a9f3784157fe17966f5364c3c81c9bd9f
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.