install recovery image using patch mechanism
With the corresponding change in build/tools, the recovery image is installed via a shell script that is emitted by the OTA builder.
This commit is contained in:
parent
1f27821568
commit
d52f54c455
|
@ -287,7 +287,7 @@ service hsag /system/bin/sdptool add --channel=11 HSAG
|
|||
service installd /system/bin/installd
|
||||
socket installd stream 600 system system
|
||||
|
||||
service flash_recovery /system/bin/flash_image recovery /system/recovery.img
|
||||
service flash_recovery /system/etc/install-recovery.sh
|
||||
oneshot
|
||||
|
||||
service racoon /system/bin/racoon
|
||||
|
|
Loading…
Reference in New Issue