diff options
author | Amin Hassani <ahassani@google.com> | 2018-02-07 16:21:33 -0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-02-08 23:41:46 -0800 |
commit | 77d7cbcef1ca1afd36720ec7ec74039b5445101e (patch) | |
tree | 6305cce22e391284bc5b06bce00928ba7fb8d69d /scripts/update_payload/common.py | |
parent | 15de2fd0ff2d19a7ef36a0f28bb5df028163605c (diff) |
update_engine: Disable puffin in minor version 4
This patch disables puffin for minor version 4, but keeps BROTLI_BSDIFF in the
same minor version. Also adds puffin for minor version 5, but it does not
enable it.
BUG=b:72815313
BUG=chromium:810184
TEST=update_engine unittests pass
TEST=update_payload unittests pass
TEST=test_paycheck.sh on two images with minor version 4 pass
TEST=brill_update_payload generate/verify pass
Change-Id: I814fc126d67207501d419cff9c575cd13d877b48
Reviewed-on: https://chromium-review.googlesource.com/907223
Commit-Ready: Amin Hassani <ahassani@chromium.org>
Tested-by: Amin Hassani <ahassani@chromium.org>
Reviewed-by: Amin Hassani <ahassani@chromium.org>
Diffstat (limited to 'scripts/update_payload/common.py')
-rw-r--r-- | scripts/update_payload/common.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/update_payload/common.py b/scripts/update_payload/common.py index 42c91c26..4e7b2e31 100644 --- a/scripts/update_payload/common.py +++ b/scripts/update_payload/common.py @@ -39,7 +39,8 @@ BRILLO_MAJOR_PAYLOAD_VERSION = 2 INPLACE_MINOR_PAYLOAD_VERSION = 1 SOURCE_MINOR_PAYLOAD_VERSION = 2 OPSRCHASH_MINOR_PAYLOAD_VERSION = 3 -PUFFDIFF_MINOR_PAYLOAD_VERSION = 4 +BROTLI_BSDIFF_MINOR_PAYLOAD_VERSION = 4 +PUFFDIFF_MINOR_PAYLOAD_VERSION = 5 # # Payload operation types. |