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

Commit 43cc006c authored by fionaxu's avatar fionaxu Committed by android-build-merger
Browse files

Merge "add version in carrier id proto" am: 0ac1c0ea

am: c526858a

Change-Id: Ibf4cc84a64ad4818d21dfb5ef8519c34c1b0f9d5
parents 4d11d0d2 c526858a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ option java_outer_classname = "CarrierIdProto";
message CarrierList {
  // A collection of carriers. one entry for one carrier.
  repeated CarrierId carrier_id = 1;
  // Version number of current carrier list
  optional int64 version = 2;
};

// CarrierId is the unique representation of a carrier in CID table.