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

Commit ebf13038 authored by Aaqib Ismail's avatar Aaqib Ismail
Browse files

Add MILLI_SECS to VehicleUnit.aidl

VehicleUnit contains MILLI_SECS in types.hal but not in
VehicleUnit.aidl.

Bug: 267556675
Test: atest VehicleUnitTest
Change-Id: I9616ab75575da32b108e1fca811357ea7464b12d
parent 9eee6726
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ enum VehicleUnit {
  US_GALLON = 0x42,
  IMPERIAL_GALLON = 0x43,
  NANO_SECS = 0x50,
  MILLI_SECS = 0x51,
  SECS = 0x53,
  YEAR = 0x59,
  WATT_HOUR = 0x60,
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ enum VehicleUnit {
    US_GALLON = 0x42,
    IMPERIAL_GALLON = 0x43,
    NANO_SECS = 0x50,
    MILLI_SECS = 0x51,
    SECS = 0x53,
    YEAR = 0x59,
    WATT_HOUR = 0x60,