aboutsummaryrefslogtreecommitdiff
path: root/tools/aconfig/aconfig_storage_file/protos/aconfig_storage_metadata.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aconfig/aconfig_storage_file/protos/aconfig_storage_metadata.proto')
-rw-r--r--tools/aconfig/aconfig_storage_file/protos/aconfig_storage_metadata.proto3
1 files changed, 2 insertions, 1 deletions
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 c6728bdfee..e1c1c7ffca 100644
--- a/tools/aconfig/aconfig_storage_file/protos/aconfig_storage_metadata.proto
+++ b/tools/aconfig/aconfig_storage_file/protos/aconfig_storage_metadata.proto
@@ -26,7 +26,8 @@ message storage_file_info {
optional string package_map = 3;
optional string flag_map = 4;
optional string flag_val = 5;
- optional int64 timestamp = 6;
+ optional string flag_info = 6;
+ optional int64 timestamp = 7;
}
message storage_files {