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

Commit 936ae0ae authored by Shrikar Amirisetty's avatar Shrikar Amirisetty Committed by Android (Google) Code Review
Browse files

Merge "Fixed ErrorState.aidl to include int backing."

parents 7ad8af7d 05049a15
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 {

    /**