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

Commit 68b70cc9 authored by shrikar's avatar shrikar
Browse files

Fixed SEAT_AIRBAG_ENABLED throwing ASSUMPTION_FAILED in cts test

Bug: 257268798
Test: atest CarPropertyManagerTest
Change-Id: I38fa60ece4123f374edf18a27c856512f7e07b39
parent d8defc5d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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,