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

Commit f4405efb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a comment to allocate field number above 100000 for OEMs to use and...

Merge "Add a comment to allocate field number above 100000 for OEMs to use and block them off from being used."
parents ec98448f a1fe77c6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -130,6 +130,9 @@ message Atom {
        FullBatteryCapacity full_battery_capacity = 10020;
        Temperature temperature = 10021;
    }

    // DO NOT USE field numbers above 100,000 in AOSP. Field numbers above
    // 100,000 are reserved for non-AOSP (e.g. OEMs) to use.
}

/**