commit | 936ae0aeeb9a558317e8c3da93919ba757ad7094 | [log] [tgz] |
---|---|---|
author | Shrikar Amirisetty <shrikar@google.com> | Wed Feb 01 19:01:06 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Feb 01 19:01:06 2023 +0000 |
tree | c9308690e6e461e40442e6495b8d3dd2f3767550 | |
parent | 7ad8af7d8038bb0b431267551a55e6175ea3d256 [diff] | |
parent | 05049a153ad688e8565e021f437c9359c64f4e96 [diff] |
Merge "Fixed ErrorState.aidl to include int backing."
diff --git a/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/ErrorState.aidl b/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/ErrorState.aidl index 4fdbe1b..aaf3565 100644 --- a/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/ErrorState.aidl +++ b/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/ErrorState.aidl
@@ -32,7 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.automotive.vehicle; -@VintfStability +@Backing(type="int") @VintfStability enum ErrorState { OTHER_ERROR_STATE = (-1), NOT_AVAILABLE_DISABLED = (-2),
diff --git a/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/ErrorState.aidl b/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/ErrorState.aidl index 42007fa..0c62575 100644 --- a/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/ErrorState.aidl +++ b/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/ErrorState.aidl
@@ -21,6 +21,7 @@ * by ADAS STATE properties, but its use may be expanded in future releases. */ @VintfStability +@Backing(type="int") enum ErrorState { /**