diff options
Diffstat (limited to 'scripts/update_payload/common.py')
-rw-r--r-- | scripts/update_payload/common.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/update_payload/common.py b/scripts/update_payload/common.py index 4e7b2e31..88df32ea 100644 --- a/scripts/update_payload/common.py +++ b/scripts/update_payload/common.py @@ -42,6 +42,10 @@ OPSRCHASH_MINOR_PAYLOAD_VERSION = 3 BROTLI_BSDIFF_MINOR_PAYLOAD_VERSION = 4 PUFFDIFF_MINOR_PAYLOAD_VERSION = 5 +KERNEL = 'kernel' +ROOTFS = 'rootfs' +CROS_PARTITIONS = (KERNEL, ROOTFS) + # # Payload operation types. # |