diff options
Diffstat (limited to 'fastboot/constants.h')
-rw-r--r-- | fastboot/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/constants.h b/fastboot/constants.h index 81f0560e7..8a72627a9 100644 --- a/fastboot/constants.h +++ b/fastboot/constants.h @@ -33,6 +33,7 @@ #define FB_CMD_RESIZE_PARTITION "resize-logical-partition" #define FB_CMD_UPDATE_SUPER "update-super" #define FB_CMD_OEM "oem" +#define FB_CMD_GSI "gsi" #define RESPONSE_OKAY "OKAY" #define RESPONSE_FAIL "FAIL" |