Merge "Fix the syntax in install-recovery.sh" am: ec23cbb7d6

Original change: https://android-review.googlesource.com/c/platform/build/+/1403105

Change-Id: Ia877cc70d65767e661da8e62e18494de4b37b58b
This commit is contained in:
Tianjie Xu 2020-08-18 21:17:05 +00:00 committed by Automerger Merge Worker
commit 1f24abb7d1
1 changed files with 2 additions and 2 deletions

View File

@ -3176,8 +3176,8 @@ fi
'recovery_sha1': recovery_img.sha1,
'boot_type': boot_type,
'boot_device': boot_device + '$(getprop ro.boot.slot_suffix)',
'recovery_type': recovery_type + '$(getprop ro.boot.slot_suffix)',
'recovery_device': recovery_device,
'recovery_type': recovery_type,
'recovery_device': recovery_device + '$(getprop ro.boot.slot_suffix)',
'bonus_args': bonus_args}
# The install script location moved from /system/etc to /system/bin in the L