mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "Fixed VEHICLE_CURB_WEIGHT property" into tm-qpr-dev am: cc4486f974
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/19246629 Change-Id: I777db90e76d443fda47dd44a3a93fba265af8f5c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -363,8 +363,9 @@ const std::vector<ConfigDeclaration> 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 =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user