diff options
Diffstat (limited to 'scripts/update_payload/applier.py')
-rw-r--r-- | scripts/update_payload/applier.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update_payload/applier.py b/scripts/update_payload/applier.py index d91a8330..9582b3d2 100644 --- a/scripts/update_payload/applier.py +++ b/scripts/update_payload/applier.py @@ -588,6 +588,7 @@ class PayloadApplier(object): shutil.copyfile(old_part_file_name, new_part_file_name) elif (self.minor_version == common.SOURCE_MINOR_PAYLOAD_VERSION or self.minor_version == common.OPSRCHASH_MINOR_PAYLOAD_VERSION or + self.minor_version == common.BROTLI_BSDIFF_MINOR_PAYLOAD_VERSION or self.minor_version == common.PUFFDIFF_MINOR_PAYLOAD_VERSION): # In minor version >= 2, we don't want to copy the partitions, so # instead just make the new partition file. |