Merge "Change default units to be consistent in tm-qpr-dev/DefaultConfig.h" into tm-qpr-dev am: 53cb2459e8
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20814765 Change-Id: Ibe4529d4e61d574076ee2a72e573fa4eaaeaf1e6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1d7be47b7b
1 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
|
|||
toInt(VehicleUnit::MILES_PER_HOUR),
|
||||
toInt(VehicleUnit::KILOMETERS_PER_HOUR)},
|
||||
},
|
||||
.initialValue = {.int32Values = {toInt(VehicleUnit::KILOMETERS_PER_HOUR)}}},
|
||||
.initialValue = {.int32Values = {toInt(VehicleUnit::MILES_PER_HOUR)}}},
|
||||
|
||||
{.config =
|
||||
{
|
||||
|
@ -1025,7 +1025,7 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
|
|||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
||||
.configArray = {(int)VehicleUnit::LITER, (int)VehicleUnit::US_GALLON},
|
||||
},
|
||||
.initialValue = {.int32Values = {(int)VehicleUnit::LITER}}},
|
||||
.initialValue = {.int32Values = {(int)VehicleUnit::US_GALLON}}},
|
||||
|
||||
{.config =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue