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

Commit 46d9c5d6 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6855963 from f10a9af7 to rvc-qpr1-release

Change-Id: I2c67ed400bab7257fb91c546eaff678546f340f1
parents 07cc1c8b f10a9af7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -688,6 +688,12 @@ const ConfigDeclaration kVehicleProperties[]{
                         .prop = toInt(VehicleProperty::GEAR_SELECTION),
                         .access = VehiclePropertyAccess::READ,
                         .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                         .configArray = {(int)VehicleGear::GEAR_PARK,
                                         (int)VehicleGear::GEAR_NEUTRAL,
                                         (int)VehicleGear::GEAR_REVERSE,
                                         (int)VehicleGear::GEAR_DRIVE, (int)VehicleGear::GEAR_1,
                                         (int)VehicleGear::GEAR_2, (int)VehicleGear::GEAR_3,
                                         (int)VehicleGear::GEAR_4, (int)VehicleGear::GEAR_5},
                 },
         .initialValue = {.int32Values = {toInt(VehicleGear::GEAR_PARK)}}},