Merge "fastboot: Copy AVB footer from recovery.img to the end of the partition" am: d5d01db888 am: 25da4b30af
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2385299 Change-Id: Ib563a684286ac5a66484abcfd61fe43ef563d529 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
8c45d05d88
1 changed files with 2 additions and 1 deletions
|
|
@ -1082,7 +1082,8 @@ static void flash_buf(const std::string& partition, struct fastboot_buffer* buf)
|
|||
sparse_file** s;
|
||||
|
||||
if (partition == "boot" || partition == "boot_a" || partition == "boot_b" ||
|
||||
partition == "init_boot" || partition == "init_boot_a" || partition == "init_boot_b") {
|
||||
partition == "init_boot" || partition == "init_boot_a" || partition == "init_boot_b" ||
|
||||
partition == "recovery" || partition == "recovery_a" || partition == "recovery_b") {
|
||||
copy_avb_footer(partition, buf);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue