From 9460e189fa4e9e320fc3991fdf86e1c2272da505 Mon Sep 17 00:00:00 2001 From: shrikar Date: Tue, 6 Dec 2022 13:47:42 -0800 Subject: [PATCH] Change min/max values to match config array in DefaultProperties.json Bug: 261481870 Test: atest CarPropertyManagerTest Change-Id: Ifcd9f5a545748360b49a89ab63a5642887eca6da --- .../aidl/impl/default_config/config/DefaultProperties.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json b/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json index bd80ad5442..7ad8089d12 100644 --- a/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json +++ b/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json @@ -1920,7 +1920,7 @@ }, "areaId": 49, "minFloatValue": 16.0, - "maxFloatValue": 32.0 + "maxFloatValue": 28.0 }, { "defaultValue": { @@ -1930,9 +1930,10 @@ }, "areaId": 68, "minFloatValue": 16.0, - "maxFloatValue": 32.0 + "maxFloatValue": 28.0 } ], + "comment": "minFloatValue and maxFloatValue in area config should match corresponding values in configArray", "configArray": [ 160, 280,