Merge "Fix ota_from_target_files error in non-AB VF"

This commit is contained in:
Treehugger Robot 2022-02-25 03:03:17 +00:00 committed by Gerrit Code Review
commit bc5a49b504

View file

@ -1432,6 +1432,7 @@ def rebuild_image_with_sepolicy(target_files_dir,
if rebuild_recovery: if rebuild_recovery:
copy_recovery_file('etc/recovery.img') copy_recovery_file('etc/recovery.img')
copy_recovery_file('bin/install-recovery.sh') copy_recovery_file('bin/install-recovery.sh')
copy_recovery_file('recovery-from-boot.p')
def generate_super_empty_image(target_dir, output_super_empty): def generate_super_empty_image(target_dir, output_super_empty):