From cdc036a685bc467562ad8b2472d5336e4714c23b Mon Sep 17 00:00:00 2001 From: Tyler Trephan Date: Mon, 11 Jul 2022 23:57:51 +0000 Subject: [PATCH] Fixed VEHICLE_CURB_WEIGHT property Test: atest CarPropertyManagerTest Bug: 238677365 Change-Id: Iccea9313ec4654652be65e115ecebdcf7f68652f --- .../vehicle/aidl/impl/default_config/include/DefaultConfig.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h b/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h index fc9ed47be3..d29813df03 100644 --- a/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h +++ b/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h @@ -363,8 +363,9 @@ const std::vector kVehicleProperties = { .prop = toInt(VehicleProperty::VEHICLE_CURB_WEIGHT), .access = VehiclePropertyAccess::READ, .changeMode = VehiclePropertyChangeMode::STATIC, + .configArray = {/*gross weight kg=*/2948}, }, - .initialValue = {.int32Values = {30}}}, + .initialValue = {.int32Values = {2211 /*kg*/}}}, {.config = {