Merge "Remove FOG_LIGHTS_STATE from the emulator for the CTS test" into tm-qpr-dev

This commit is contained in:
Sean Hong 2022-06-30 18:33:09 +00:00 committed by Android (Google) Code Review
commit f8060b9f8f

View file

@ -892,14 +892,6 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
},
.initialValue = {.int32Values = {LIGHT_STATE_ON}}},
{.config =
{
.prop = toInt(VehicleProperty::FOG_LIGHTS_STATE),
.access = VehiclePropertyAccess::READ,
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
},
.initialValue = {.int32Values = {LIGHT_STATE_ON}}},
{.config =
{
.prop = toInt(VehicleProperty::FRONT_FOG_LIGHTS_STATE),