mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-01-27 15:59:12 +00:00
thermal: add thermal conf with shutdown temps
Bug: 35700896 Test: boot, check for thermal-engine messages Change-Id: Ieaccb180cf9cf8d4fa0c9ff1a2f1b9f49046f9fa
This commit is contained in:
@@ -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
17
thermal-engine.conf
Executable 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
|
||||
Reference in New Issue
Block a user