From 68b70cc924e38745e8305ebb5830c6e1ba77d4c1 Mon Sep 17 00:00:00 2001 From: shrikar Date: Wed, 30 Nov 2022 17:08:04 -0800 Subject: [PATCH] Fixed SEAT_AIRBAG_ENABLED throwing ASSUMPTION_FAILED in cts test Bug: 257268798 Test: atest CarPropertyManagerTest Change-Id: I38fa60ece4123f374edf18a27c856512f7e07b39 --- .../android/hardware/automotive/vehicle/VehicleProperty.aidl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/automotive/vehicle/aidl/android/hardware/automotive/vehicle/VehicleProperty.aidl b/automotive/vehicle/aidl/android/hardware/automotive/vehicle/VehicleProperty.aidl index b6886c0ae0..ab454954df 100644 --- a/automotive/vehicle/aidl/android/hardware/automotive/vehicle/VehicleProperty.aidl +++ b/automotive/vehicle/aidl/android/hardware/automotive/vehicle/VehicleProperty.aidl @@ -1742,6 +1742,9 @@ enum VehicleProperty { * * This property can be set to VehiclePropertyAccess.READ read only for the sake of regulation * or safety concerns. + * + * @change_mode VehiclePropertyChangeMode.ON_CHANGE + * @access VehiclePropertyAccess.READ_WRITE */ SEAT_AIRBAG_ENABLED = 0x0B9E + VehiclePropertyGroup.SYSTEM + VehicleArea.SEAT + VehiclePropertyType.BOOLEAN,