commit | ef57d1f4735f86f2d9907c1195ccf201974a5761 | [log] [tgz] |
---|---|---|
author | shrikar <shrikar@google.com> | Mon Dec 05 16:26:03 2022 -0800 |
committer | shrikar <shrikar@google.com> | Tue Dec 06 11:51:59 2022 -0800 |
tree | 76a7bc20b830a49412685e46b52579a22256901e | |
parent | 29e1bf6b6cc59422103950ddf639619ae84ba136 [diff] |
Change default units to be consistent in DefaultProperties.json Bug: 259879204 Test: atest CarPropertyManagerTest Change-Id: I752632f4965b523fc16e438dffc8636244a6e23d
diff --git a/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json b/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json index bd80ad5..95327a3 100644 --- a/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json +++ b/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json
@@ -123,7 +123,7 @@ "property": "VehicleProperty::VEHICLE_SPEED_DISPLAY_UNITS", "defaultValue": { "int32Values": [ - "VehicleUnit::KILOMETERS_PER_HOUR" + "VehicleUnit::MILES_PER_HOUR" ] }, "configArray": [ @@ -1556,7 +1556,7 @@ "property": "VehicleProperty::FUEL_VOLUME_DISPLAY_UNITS", "defaultValue": { "int32Values": [ - "VehicleUnit::LITER" + "VehicleUnit::US_GALLON" ] }, "configArray": [