From 6f9d3a6d08dad40ba9c80c7b44165caa0e13b8aa Mon Sep 17 00:00:00 2001 From: PixelBoot Date: Fri, 3 Feb 2023 22:49:07 +0100 Subject: [PATCH] Revert "Add recovery.wipe file." This reverts commit 1ff004a52906d5c1787d144c463533e0677a99b2. --- BoardConfig.mk | 1 - recovery.wipe | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 recovery.wipe diff --git a/BoardConfig.mk b/BoardConfig.mk index 9c09c1fd..95e4cbec 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -60,7 +60,6 @@ BOARD_BUILD_SYSTEM_ROOT_IMAGE := true BOARD_USES_METADATA_PARTITION := true # Partitions (listed in the file) to be wiped under recovery. -TARGET_RECOVERY_WIPE := device/google/wahoo/recovery.wipe TARGET_RECOVERY_FSTAB := device/google/wahoo/fstab.hardware BOARD_AVB_ENABLE := true diff --git a/recovery.wipe b/recovery.wipe deleted file mode 100644 index 03e5e18b..00000000 --- a/recovery.wipe +++ /dev/null @@ -1,10 +0,0 @@ -# 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 -# 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