commit | 6c0800fbbdaa56c4d38cb24bcd0289cb0bf88e74 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Wed May 22 12:36:36 2024 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Thu May 23 14:30:38 2024 -0700 |
tree | 91800ec25af3fb365221c2c1176e7deec1c5fbda | |
parent | 67ea4959a2391717f7149b6902e39631606a21c2 [diff] |
update supported compression methods Test: th Change-Id: Ice13f58e6d29b8f28a4d43a86fb59e91ae9e9dde
diff --git a/fs_mgr/libsnapshot/android/snapshot/snapshot.proto b/fs_mgr/libsnapshot/android/snapshot/snapshot.proto index 25f1d88..c6c3aec 100644 --- a/fs_mgr/libsnapshot/android/snapshot/snapshot.proto +++ b/fs_mgr/libsnapshot/android/snapshot/snapshot.proto
@@ -103,7 +103,7 @@ // 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.