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

Commit a1fe77c6 authored by yro's avatar yro
Browse files

Add a comment to allocate field number above 100000 for OEMs to use and block

them off from being used.

Bug: 72866543
Test: statsd_test, cts tests
Change-Id: I2074f53eb3360aa93a9bea4e596a8c295696312f
parent 67aef39e
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.
}

/**