Merge "thermal: seperate thermal config for charging" into tm-qpr-dev am: e05312ee80 am: a699585502

Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19741240

Change-Id: I0c6e8c6fc890c193ea66e92a2e70392728598fef
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot 2022-08-26 08:15:53 +00:00 committed by Automerger Merge Worker
commit 959f0486b6
2 changed files with 11 additions and 1 deletions

View file

@ -70,7 +70,8 @@ PRODUCT_COPY_FILES += \
# Thermal Config
PRODUCT_COPY_FILES += \
device/google/tangorpro/thermal_info_config_tangorpro.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json
device/google/tangorpro/thermal_info_config_tangorpro.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
device/google/tangorpro/thermal_info_config_charge_tangorpro.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_charge.json \
# Power HAL config
PRODUCT_COPY_FILES += \

View file

@ -0,0 +1,9 @@
{
"Sensors":[
{
"Name":"battery",
"Type":"BATTERY",
"Multiplier":0.001
}
]
}