recovery.wipe 492 B

1234567891011
  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. /dev/block/by-name/userdata
  8. /dev/block/bootdevice/by-name/metadata
  9. /dev/block/by-name/metadata
  10. # Wipe the boot partitions last so that all partitions will be wiped
  11. # correctly even if the wiping process gets interrupted by a force boot.