From ebf1303803c4132114b2709f993ba68f88ea6d17 Mon Sep 17 00:00:00 2001 From: Aaqib Ismail Date: Tue, 7 Feb 2023 00:31:19 -0800 Subject: [PATCH] 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 --- .../current/android/hardware/automotive/vehicle/VehicleUnit.aidl | 1 + .../android/hardware/automotive/vehicle/VehicleUnit.aidl | 1 + 2 files changed, 2 insertions(+) diff --git a/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/VehicleUnit.aidl b/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/VehicleUnit.aidl index 8a18d4ac43..9aca98bec2 100644 --- a/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/VehicleUnit.aidl +++ b/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/VehicleUnit.aidl @@ -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, diff --git a/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleUnit.aidl b/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleUnit.aidl index 3817b74ce9..d4f9086e2b 100644 --- a/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleUnit.aidl +++ b/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleUnit.aidl @@ -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,