commit | db0c8d7986e0b856ebc1ff2886c190dfa6025adb | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Mon May 13 15:26:26 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon May 13 15:26:26 2024 +0000 |
tree | 88bbb3387c3107568d67347dae7c34fcc3a8ed97 | |
parent | 7c71d88e0b428cb55466f303a280e6d627383489 [diff] | |
parent | a2fb60b822f26ee968b7f7ed03f6dc6b92a5eb0c [diff] |
Merge "aconfig: simply proto" into main
diff --git a/tools/aconfig/aconfig_storage_file/protos/aconfig_storage_metadata.proto b/tools/aconfig/aconfig_storage_file/protos/aconfig_storage_metadata.proto index f6bf1a4..e1c1c7f 100644 --- a/tools/aconfig/aconfig_storage_file/protos/aconfig_storage_metadata.proto +++ b/tools/aconfig/aconfig_storage_file/protos/aconfig_storage_metadata.proto
@@ -27,9 +27,7 @@ optional string flag_map = 4; optional string flag_val = 5; optional string flag_info = 6; - optional string local_overrides = 7; - optional string default_flag_val = 8; - optional int64 timestamp = 9; + optional int64 timestamp = 7; } message storage_files {