thermal: add thermal conf with shutdown temps

Bug: 35700896
Test: boot, check for thermal-engine messages
Change-Id: Ieaccb180cf9cf8d4fa0c9ff1a2f1b9f49046f9fa
This commit is contained in:
John Dias
2017-04-06 13:43:54 -07:00
parent ce6e3accf5
commit 2bd621adce
2 changed files with 19 additions and 0 deletions

View File

@@ -45,3 +45,5 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
device/google/taimen/fstab.hardware:root/fstab.$(PRODUCT_HARDWARE)
PRODUCT_COPY_FILES += \
device/google/taimen/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf

17
thermal-engine.conf Executable file
View File

@@ -0,0 +1,17 @@
[SKIN_SHUTDOWN]
algo_type monitor
sampling 1000
sensor amux5_quiet_therm
thresholds 60000
thresholds_clr 59000
actions shutdown
action_info 1
[SKIN_SHUTDOWN]
algo_type monitor
sampling 1000
sensor battery
thresholds 60000
thresholds_clr 59000
actions shutdown
action_info 1