commit | 91e839cf1993878513837aec806b5f71c639e3ef | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Tue Apr 05 14:25:00 2022 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Wed Apr 06 17:30:33 2022 -0700 |
tree | be8d52d51062da9d63478e17b5c7fed58e9406a5 | |
parent | 9ae7dc60450b83da2f5ad1bc32ee4e393b69ebbe [diff] [blame] |
Support incremental OTA in ota_extractor Test: Run ota_extractor on an incremental OTA Bug: 228326856 Change-Id: I8adcbb923a5ad53f35d6eddb9b29afedbc46b041
diff --git a/payload_consumer/install_plan.h b/payload_consumer/install_plan.h index 0278ea5..883aa60 100644 --- a/payload_consumer/install_plan.h +++ b/payload_consumer/install_plan.h
@@ -156,6 +156,8 @@ uint64_t fec_offset{0}; uint64_t fec_size{0}; uint32_t fec_roots{0}; + + bool ParseVerityConfig(const PartitionUpdate&); }; std::vector<Partition> partitions;