mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-27 15:51:28 +00:00
Split VR thermal config
Bug: 36514493 Test: build Change-Id: I3df4ea75e2c8c4513cdc684f7b0a19c6dd347fb8
This commit is contained in:
@@ -76,4 +76,5 @@ PRODUCT_COPY_FILES += \
|
||||
device/google/muskie/fstab.hardware:root/fstab.$(PRODUCT_HARDWARE)
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/muskie/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf
|
||||
device/google/muskie/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf \
|
||||
device/google/muskie/thermal-engine-vr.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-vr.conf
|
||||
|
||||
17
thermal-engine-vr.conf
Executable file
17
thermal-engine-vr.conf
Executable file
@@ -0,0 +1,17 @@
|
||||
[SKIN_SHUTDOWN]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 60000
|
||||
thresholds_clr 59000
|
||||
actions shutdown
|
||||
action_info 1
|
||||
|
||||
[BATT_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