summaryrefslogtreecommitdiff
path: root/gpt-utils
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2019-07-12 15:53:06 +0900
committerJustin Yun <justinyun@google.com>2019-08-05 23:39:16 +0000
commit3f6ac5ba7d60adcca2156ac5d15afe73e377b36b (patch)
tree407f99b046580b9a09cb31f3704532c72f18b5b7 /gpt-utils
parent5dbdcf3b21a03bd6cc9a5132356e6e4addd64968 (diff)
downloadbonito-3f6ac5ba7d60adcca2156ac5d15afe73e377b36b.tar.gz
Enable system_ext on bonito/sargo
Bug: 134359158 Bug: 137083818 Test: build and flash; check if /system_ext is not empty Change-Id: I2c37b19bbd11a6368d87baa79e8cdf3c180bbbf7
Diffstat (limited to 'gpt-utils')
-rw-r--r--gpt-utils/gpt-utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpt-utils/gpt-utils.h b/gpt-utils/gpt-utils.h
index dcf805b0..6fcf2e08 100644
--- a/gpt-utils/gpt-utils.h
+++ b/gpt-utils/gpt-utils.h
@@ -84,7 +84,8 @@ extern "C" {
"dtbo", "hyp", "keymaster", "qupfw", "storsec", \
"tz", "vbmeta", "xbl_config"
-#define AB_PTN_LIST PTN_SWAP_LIST, "boot", "system", "vendor", "modem"
+#define AB_PTN_LIST PTN_SWAP_LIST, "boot", "system", "vendor", "modem", \
+ "system_ext", "product"
#define BOOT_DEV_DIR "/dev/block/bootdevice/by-name"
/******************************************************************************