diff options
author | Sen Jiang <senj@google.com> | 2016-06-28 16:09:38 -0700 |
---|---|---|
committer | Sen Jiang <senj@google.com> | 2016-06-30 19:50:49 +0000 |
commit | 92161a7b83c3a491871a167a4d46e4e6b6101e81 (patch) | |
tree | 1f2d98a54635c484b0680b7a39cfa21c552135c5 /scripts/update_payload/common.py | |
parent | 14ad88ea53bd89f9c6e477e28745c4506c2f0f81 (diff) |
paycheck: Support minor version 4.
From https://chromium-review.googlesource.com/#/c/333160/
Bug: 27156473
Test: ./scripts/update_payload/checker_unittest.py
Change-Id: I940debd5c878f622970e214fce75588f96d78407
Diffstat (limited to 'scripts/update_payload/common.py')
-rw-r--r-- | scripts/update_payload/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update_payload/common.py b/scripts/update_payload/common.py index 88cd6edc..678fc5d9 100644 --- a/scripts/update_payload/common.py +++ b/scripts/update_payload/common.py @@ -27,6 +27,7 @@ BRILLO_MAJOR_PAYLOAD_VERSION = 2 INPLACE_MINOR_PAYLOAD_VERSION = 1 SOURCE_MINOR_PAYLOAD_VERSION = 2 OPSRCHASH_MINOR_PAYLOAD_VERSION = 3 +IMGDIFF_MINOR_PAYLOAD_VERSION = 4 # # Payload operation types. |