thermal: seperate thermal config for charging am: 91f8937f1f am: 3a9b1f300a

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

Change-Id: Ief400344761bd80116b8fa2e993e4fe5b08a5a3d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
David Chao 2022-08-22 20:39:34 +00:00 committed by Automerger Merge Worker
commit b50336b49d
2 changed files with 12 additions and 1 deletions

View file

@ -107,7 +107,8 @@ DEVICE_MANIFEST_FILE += \
# Thermal Config # Thermal Config
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/google/felix/thermal_info_config_felix.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json device/google/felix/thermal_info_config_felix.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
device/google/felix/thermal_info_config_charge_felix.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_charge.json
# Power HAL config # Power HAL config
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \

View file

@ -0,0 +1,10 @@
{
"Sensors":[
{
"Name":"battery",
"Type":"BATTERY",
"HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", "NAN", 60.0],
"Multiplier":0.001
}
]
}