zenfone8: gpt-utils: Update AB/PTN_SWAP_LIST for our partitions.
* This isn't required but is likely proper anyways,
Lineage doesn't have a common gpt-utils so might as
well make the partition list actually device specific.
Change-Id: I4ff11661f50e13523b611e002a4a60e31511178e
diff --git a/gpt-utils/gpt-utils.h b/gpt-utils/gpt-utils.h
index 092fcfc..7fb2ff6 100644
--- a/gpt-utils/gpt-utils.h
+++ b/gpt-utils/gpt-utils.h
@@ -80,8 +80,15 @@
#define AB_SLOT_B_SUFFIX "_b"
#define PTN_XBL "xbl"
#define PTN_XBL_CFG "xbl_config"
-#define PTN_SWAP_LIST PTN_XBL, PTN_XBL_CFG, "sbl1", "rpm", "tz", "aboot", "abl", "hyp", "lksecapp", "keymaster", "cmnlib", "cmnlib32", "cmnlib64", "pmic", "apdp", "devcfg", "hosd", "keystore", "msadp", "mdtp", "mdtpsecapp", "dsp", "aop", "qupfw", "vbmeta", "dtbo", "imagefv", "ImageFv", "multiimgoem", "multiimgqti", "vm-bootsys", "shrm", "cpucp"
-#define AB_PTN_LIST PTN_SWAP_LIST, "boot", "vendor_boot", "system", "vendor", "odm", "modem", "bluetooth"
+#define PTN_SWAP_LIST PTN_XBL, PTN_XBL_CFG, \
+ "abl", "aop", "bluetooth" "cpucp" "devcfg", "dsp", "dtbo", "featenabler", \
+ "hyp", "keymaster", "multiimgoem", "qupfw", "qweslicstore", "shrm", "tz", \
+ "uefisecapp", "vbmeta_system", "vbmeta", "xrom"
+
+#define AB_PTN_LIST PTN_SWAP_LIST, \
+ "boot", "modem", "odm", "product", "system", "system_ext", "vendor", \
+ "vendor_boot"
+
#define BOOT_DEV_DIR "/dev/block/bootdevice/by-name"
/******************************************************************************