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

Commit b183194f authored by Grace Cheng's avatar Grace Cheng
Browse files

Lacking TURN_SIGNAL_STATE implementation causes emulator GUI broken.

Bug: b/136215520

Test: Runs emulator GUI.

Change-Id: Id23407e1e80a4a87b933d4d4f74c74d1489c7b6e
parent 656089c2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -590,6 +590,14 @@ const ConfigDeclaration kVehicleProperties[]{
                 },
         .initialValue = {.int32Values = {toInt(VehicleGear::GEAR_PARK)}}},

        {.config =
                 {
                         .prop = toInt(VehicleProperty::TURN_SIGNAL_STATE),
                         .access = VehiclePropertyAccess::READ,
                         .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                 },
         .initialValue = {.int32Values = {toInt(VehicleTurnSignal::NONE)}}},

        {.config =
                 {
                         .prop = toInt(VehicleProperty::IGNITION_STATE),