commit | ab61bda80d9c5ed11065e62bb71d7fd3468ebd8f | [log] [tgz] |
---|---|---|
author | Tyler Trephan <tylertrephan@google.com> | Thu Apr 14 17:45:51 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 14 17:45:51 2022 +0000 |
tree | a0f66bfd10353bba17011c73b41a18a7622f547c | |
parent | 81491ddf9adf0a6e2afe44265f25b277750c9a9c [diff] | |
parent | 5d66c5fad1b5491a2d85356466d0d1e97d6ac2f4 [diff] |
Merge "Updated EV_CHARGE_CURRENT_DRAW_LIMIT config array" into tm-dev am: 5d66c5fad1 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/17746958 Change-Id: I702d83cc92d3594f048dcc3620fbc642d44fb2c4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h b/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h index fda0da9..4d96fd3 100644 --- a/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h +++ b/automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h
@@ -292,8 +292,9 @@ .prop = toInt(VehicleProperty::EV_CHARGE_CURRENT_DRAW_LIMIT), .access = VehiclePropertyAccess::READ_WRITE, .changeMode = VehiclePropertyChangeMode::ON_CHANGE, + .configArray = {/*max current draw allowed by vehicle in amperes=*/20}, }, - .initialValue = {.floatValues = {(float)VehicleUnit::AMPERE}}}, + .initialValue = {.floatValues = {(float)12.5}}}, {.config = {