mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 03:26:29 +00:00
Merge "Split VR thermal config"
This commit is contained in:
committed by
Android (Google) Code Review
commit
0c5aa09028
@@ -68,4 +68,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