aconfig: add flag info field to proto

Bug: b/321077378
Test: m
Change-Id: I1b974f83ea49e8d4b19b3392cb7feab3d4b3fcdc
This commit is contained in:
Dennis Shen 2024-04-05 16:40:43 +00:00
parent 455dc608f3
commit eff5363e2d

View file

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