forked from sonybasement/twrp_android_sony_pdx215
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pdx215: move recovery to vendor_boot
no more messing with boot image Signed-off-by: Saran Thongplong <68327355+lolipuru@users.noreply.github.com>
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# All the partitions to be wiped (in order) under recovery. | ||
/dev/block/bootdevice/by-name/system_a | ||
/dev/block/bootdevice/by-name/system_b | ||
/dev/block/bootdevice/by-name/system_ext_a | ||
/dev/block/bootdevice/by-name/system_ext_b | ||
/dev/block/bootdevice/by-name/product_a | ||
/dev/block/bootdevice/by-name/product_b | ||
/dev/block/bootdevice/by-name/vendor_a | ||
/dev/block/bootdevice/by-name/vendor_b | ||
/dev/block/bootdevice/by-name/odm_a | ||
/dev/block/bootdevice/by-name/odm_b | ||
/dev/block/bootdevice/by-name/userdata | ||
# Wipe the boot partitions last so that all partitions will be wiped | ||
# correctly even if the wiping process gets interrupted by a force boot. | ||
/dev/block/bootdevice/by-name/boot_a | ||
/dev/block/bootdevice/by-name/boot_b |