Merge "thermal: seperate thermal config for charging" into tm-qpr-dev am: e05312ee80
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19741240 Change-Id: Id30f9c04d0749a6102fd0bbb50632e54e6886fdc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a699585502
2 changed files with 11 additions and 1 deletions
|
@ -70,7 +70,8 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
# Thermal Config
|
# Thermal Config
|
||||||
PRODUCT_COPY_FILES += \
|
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
|
# Power HAL config
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
9
thermal_info_config_charge_tangorpro.json
Normal file
9
thermal_info_config_charge_tangorpro.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"Sensors":[
|
||||||
|
{
|
||||||
|
"Name":"battery",
|
||||||
|
"Type":"BATTERY",
|
||||||
|
"Multiplier":0.001
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue