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

Commit f6520b17 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix the syntax in install-recovery.sh" into rvc-dev am: 581a9433

Change-Id: I9bd647bf2a970b288fc51064ce4c8311ab43be60
parents f3578b7f 581a9433
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2976,8 +2976,8 @@ fi
       'recovery_sha1': recovery_img.sha1,
       'recovery_sha1': recovery_img.sha1,
       'boot_type': boot_type,
       'boot_type': boot_type,
       'boot_device': boot_device + '$(getprop ro.boot.slot_suffix)',
       'boot_device': boot_device + '$(getprop ro.boot.slot_suffix)',
       'recovery_type': recovery_type + '$(getprop ro.boot.slot_suffix)',
       'recovery_type': recovery_type,
       'recovery_device': recovery_device,
       'recovery_device': recovery_device + '$(getprop ro.boot.slot_suffix)',
       'bonus_args': bonus_args}
       'bonus_args': bonus_args}


  # The install script location moved from /system/etc to /system/bin in the L
  # The install script location moved from /system/etc to /system/bin in the L