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

Commit d78560fd authored by Grace Cheng's avatar Grace Cheng Committed by Android (Google) Code Review
Browse files

Merge "Lacking TURN_SIGNAL_STATE implementation causes emulator GUI broken."

parents cd71de2a b183194f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -596,6 +596,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),