Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c1d2bdf authored by Dennis Shen's avatar Dennis Shen Committed by Automerger Merge Worker
Browse files

Merge "aconfig: add flag info field to proto" into main am: cf7f5375 am: c5ad73d0

parents 53d1d830 c5ad73d0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 {