Revert "Allow vbmeta_system to be OTA'd"

Bug: 139107810
Change-Id: I0b6ca60ce28f54795e80d442e7cda0e1d1504242
This commit is contained in:
Wilson Sung
2019-08-08 15:12:41 +08:00
parent c206b2cbb9
commit 479c92a5cb
2 changed files with 2 additions and 3 deletions

View File

@@ -68,8 +68,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"