aconfig: add flag info field to proto
Bug: b/321077378 Test: m Change-Id: I1b974f83ea49e8d4b19b3392cb7feab3d4b3fcdc
This commit is contained in:
parent
455dc608f3
commit
eff5363e2d
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue