diff --git a/device-tangorpro.mk b/device-tangorpro.mk index 7c95903..b153c55 100644 --- a/device-tangorpro.mk +++ b/device-tangorpro.mk @@ -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 += \ diff --git a/thermal_info_config_charge_tangorpro.json b/thermal_info_config_charge_tangorpro.json new file mode 100644 index 0000000..7ed0bc7 --- /dev/null +++ b/thermal_info_config_charge_tangorpro.json @@ -0,0 +1,9 @@ +{ + "Sensors":[ + { + "Name":"battery", + "Type":"BATTERY", + "Multiplier":0.001 + } + ] +}