recovery.wipe 336 B

1234567
  1. # All the partitions to be wiped (in order) under recovery.
  2. /dev/block/bootdevice/by-name/userdata
  3. /dev/block/by-name/userdata
  4. /dev/block/bootdevice/by-name/metadata
  5. /dev/block/by-name/metadata
  6. # Wipe the boot partitions last so that all partitions will be wiped
  7. # correctly even if the wiping process gets interrupted by a force boot.