Merge "Rebuild the vendor install-recovery if necessary."

am: b4484dc33b

Change-Id: I2d8b60d925707b9008601bcf6cdaf70fadc627bb
This commit is contained in:
Robin Lee
2020-01-10 06:01:58 -08:00
committed by android-build-merger

View File

@@ -552,8 +552,13 @@ def ProcessTargetFiles(input_tf_zip, output_tf_zip, misc_info,
# Ask add_img_to_target_files to rebuild the recovery patch if needed.
elif filename in ("SYSTEM/recovery-from-boot.p",
"VENDOR/recovery-from-boot.p",
"SYSTEM/etc/recovery.img",
"SYSTEM/bin/install-recovery.sh"):
"VENDOR/etc/recovery.img",
"SYSTEM/bin/install-recovery.sh",
"VENDOR/bin/install-recovery.sh"):
OPTIONS.rebuild_recovery = True
# Don't copy OTA certs if we're replacing them.