Explorar o código

Add files via upload

Signed-off-by: Samuel Kendall <kinguser981@gmail.com>
Samuel Kendall %!s(int64=2) %!d(string=hai) anos
pai
achega
bf08158198
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      recovery.wipe

+ 11 - 0
recovery.wipe

@@ -0,0 +1,11 @@
+# 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/vendor_a
+/dev/block/bootdevice/by-name/vendor_b
+/dev/block/bootdevice/by-name/userdata
+/dev/block/by-name/userdata
+/dev/block/bootdevice/by-name/metadata
+/dev/block/by-name/metadata
+# Wipe the boot partitions last so that all partitions will be wiped
+# correctly even if the wiping process gets interrupted by a force boot.