update supported compression methods
Test: th Change-Id: Ice13f58e6d29b8f28a4d43a86fb59e91ae9e9dde
This commit is contained in:
parent
67ea4959a2
commit
6c0800fbbd
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ message SnapshotStatus {
|
|||
// The old partition size (if none existed, this will be zero).
|
||||
uint64 old_partition_size = 10;
|
||||
|
||||
// Compression algorithm (none, gz, lz4, zstd, or brotli).
|
||||
// Compression algorithm (none, lz4, zstd).
|
||||
string compression_algorithm = 11;
|
||||
|
||||
// Estimated COW size from OTA manifest.
|
||||
|
|
Loading…
Reference in a new issue