Revert "Allow vbmeta_system to be OTA'd"

am: 479c92a5cb

Change-Id: I54b536463a9742dcc26363e3f1ca47123ae21b98
This commit is contained in:
Wilson Sung
2019-08-14 13:07:25 -07:00
committed by android-build-merger
2 changed files with 2 additions and 3 deletions

View File

@@ -66,8 +66,7 @@ AB_OTA_PARTITIONS += \
system \
vbmeta \
dtbo \
product \
vbmeta_system
product
# Partitions (listed in the file) to be wiped under recovery.
TARGET_RECOVERY_WIPE := device/google/bramble/recovery.wipe

View File

@@ -82,7 +82,7 @@ extern "C" {
#define PTN_SWAP_LIST PTN_XBL, \
"abl", "aop", "devcfg", \
"dtbo", "hyp", "keymaster", "qupfw", "storsec", \
"tz", "vbmeta", "vbmeta_system", "xbl_config"
"tz", "vbmeta", "xbl_config"
#define AB_PTN_LIST PTN_SWAP_LIST, "boot", "system", "vendor", "modem", "product"
#define BOOT_DEV_DIR "/dev/block/bootdevice/by-name"