zenfone8: gpt-utils: Don't include XROM in PTN_SWAP_LIST.

 * Not mounted anywhere and it doesn't even have a label
   so its causing denials in boot control, just remove
   it. It's used in the SP daemon in stock but we don't
   include it.

Change-Id: I5925f807be62fdae0a50ea081817aaf2171a44a0
diff --git a/gpt-utils/gpt-utils.h b/gpt-utils/gpt-utils.h
index 7fb2ff6..6ca5d6a 100644
--- a/gpt-utils/gpt-utils.h
+++ b/gpt-utils/gpt-utils.h
@@ -83,7 +83,7 @@
 #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"
+            "uefisecapp", "vbmeta_system", "vbmeta"
 
 #define AB_PTN_LIST                     PTN_SWAP_LIST, \
             "boot", "modem", "odm", "product", "system", "system_ext", "vendor", \