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

Commit cf7f5375 authored by Dennis Shen's avatar Dennis Shen Committed by Gerrit Code Review
Browse files

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

parents 665827ea eff5363e
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 {