commit | aa42a8a2e6a4c9b707b54468ed1752bfaf2a044a | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri May 29 15:24:45 2020 -0700 |
committer | Alessio Balsini <balsini@google.com> | Sat May 30 03:13:17 2020 +0100 |
tree | 6df1463c3a4cbcf1c43ef6b95145f0a55afd2269 | |
parent | 95901be5110d90c26665a7b297a0b47cd35e5da2 [diff] |
libsnapshot: proto use correct index Test: pass Bug: 154016862 Change-Id: I845d2250ddb27bdbaee0d54663a2fdb45dbfbd11
diff --git a/fs_mgr/libsnapshot/android/snapshot/snapshot.proto b/fs_mgr/libsnapshot/android/snapshot/snapshot.proto index 587089e..0328132 100644 --- a/fs_mgr/libsnapshot/android/snapshot/snapshot.proto +++ b/fs_mgr/libsnapshot/android/snapshot/snapshot.proto
@@ -132,7 +132,7 @@ uint64 metadata_sectors = 4; } -// Next: 2 +// Next: 4 message SnapshotMergeReport { // Status of the update after the merge attempts. UpdateState state = 1; @@ -142,5 +142,5 @@ int32 resume_count = 2; // Total size of all the COW images before the update. - uint64 cow_file_size = 4; + uint64 cow_file_size = 3; }