summaryrefslogtreecommitdiff
path: root/fastboot/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'fastboot/constants.h')
-rw-r--r--fastboot/constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fastboot/constants.h b/fastboot/constants.h
index ba43ca5bd..4ea68daff 100644
--- a/fastboot/constants.h
+++ b/fastboot/constants.h
@@ -35,6 +35,7 @@
#define FB_CMD_OEM "oem"
#define FB_CMD_GSI "gsi"
#define FB_CMD_SNAPSHOT_UPDATE "snapshot-update"
+#define FB_CMD_FETCH "fetch"
#define RESPONSE_OKAY "OKAY"
#define RESPONSE_FAIL "FAIL"
@@ -77,3 +78,4 @@
#define FB_VAR_FIRST_API_LEVEL "first-api-level"
#define FB_VAR_SECURITY_PATCH_LEVEL "security-patch-level"
#define FB_VAR_TREBLE_ENABLED "treble-enabled"
+#define FB_VAR_MAX_FETCH_SIZE "max-fetch-size"