recovery.wipe 471 B

12345678910
  1. # All the partitions to be wiped (in order) under recovery.
  2. /dev/block/bootdevice/by-name/system_a
  3. /dev/block/bootdevice/by-name/system_b
  4. /dev/block/bootdevice/by-name/vendor_a
  5. /dev/block/bootdevice/by-name/vendor_b
  6. /dev/block/bootdevice/by-name/userdata
  7. # Wipe the boot partitions last so that all partitions will be wiped
  8. # correctly even if the wiping process gets interrupted by a force boot.
  9. /dev/block/bootdevice/by-name/boot_a
  10. /dev/block/bootdevice/by-name/boot_b