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

Commit 05049a15 authored by shrikar's avatar shrikar
Browse files

Fixed ErrorState.aidl to include int backing.

Bug: 267228426
Test: atest CarPropertyManagerTest
Change-Id: Ibd223f784b1694c844d8fb4025aaefccb6e7de8f
parent 292e884e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ package android.hardware.automotive.vehicle;
 * by ADAS STATE properties, but its use may be expanded in future releases.
 */
@VintfStability
@Backing(type="int")
enum ErrorState {

    /**