commit | cdc036a685bc467562ad8b2472d5336e4714c23b | [log] [tgz] |
---|---|---|
author | Tyler Trephan <tylertrephan@google.com> | Mon Jul 11 23:57:51 2022 +0000 |
committer | Tyler Trephan <tylertrephan@google.com> | Tue Jul 12 00:01:52 2022 +0000 |
tree | 4e364e78f18ab37169c1385ad65c387344c56504 | |
parent | 7fac45095948036e65e1119ed65f5fb9a69be100 [diff] |
Fixed VEHICLE_CURB_WEIGHT property Test: atest CarPropertyManagerTest Bug: 238677365 Change-Id: Iccea9313ec4654652be65e115ecebdcf7f68652f
diff --git a/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h b/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h index fc9ed47..d29813d 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 @@ .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 = {