update supported compression methods

Test: th
Change-Id: Ice13f58e6d29b8f28a4d43a86fb59e91ae9e9dde
This commit is contained in:
Daniel Zheng 2024-05-22 12:36:36 -07:00
parent 67ea4959a2
commit 6c0800fbbd

View file

@ -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.