summaryrefslogtreecommitdiff
path: root/src/apk_adb.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2022-02-06 21:15:38 +0200
committerTimo Teräs <timo.teras@iki.fi>2022-02-21 10:24:05 +0200
commit21519221c2a62ccd41152ddb3331b1ebee5f686e (patch)
treea113667959a30e25541cbd17bfe8753e5e632d21 /src/apk_adb.h
parentf69ae302722d5792bc99292112abc06e1ba216c7 (diff)
downloadapk-tools-21519221c2a62ccd41152ddb3331b1ebee5f686e.tar.gz
apk-tools-21519221c2a62ccd41152ddb3331b1ebee5f686e.tar.bz2
apk-tools-21519221c2a62ccd41152ddb3331b1ebee5f686e.tar.xz
apk-tools-21519221c2a62ccd41152ddb3331b1ebee5f686e.zip
adb: add layer to pkginfo
Diffstat (limited to 'src/apk_adb.h')
-rw-r--r--src/apk_adb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/apk_adb.h b/src/apk_adb.h
index 68bc92d..5b8283c 100644
--- a/src/apk_adb.h
+++ b/src/apk_adb.h
@@ -31,7 +31,8 @@
#define ADBI_PI_REPLACES 0x11
#define ADBI_PI_INSTALL_IF 0x12
#define ADBI_PI_RECOMMENDS 0x13
-#define ADBI_PI_MAX 0x14
+#define ADBI_PI_LAYER 0x14
+#define ADBI_PI_MAX 0x15
/* ACL entries */
#define ADBI_ACL_MODE 0x01