Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 760de672 authored by Po Hu's avatar Po Hu
Browse files

Fix ota_from_target_files error in non-AB VF

Add recovery-from-boot.p for device with
BOARD_USES_FULL_RECOVERY_IMAGE disabled

Bug: 219871887
Change-Id: Id4bafaa44afe28f57e0a35846012073307965940
Test: Used to merge non-AB VF device
parent 3f852994
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1432,6 +1432,7 @@ def rebuild_image_with_sepolicy(target_files_dir,
    if rebuild_recovery:
      copy_recovery_file('etc/recovery.img')
      copy_recovery_file('bin/install-recovery.sh')
      copy_recovery_file('recovery-from-boot.p')


def generate_super_empty_image(target_dir, output_super_empty):