Merge "Split VR thermal config"

This commit is contained in:
TreeHugger Robot
2017-04-22 00:51:39 +00:00
committed by Android (Google) Code Review
2 changed files with 19 additions and 1 deletions

View File

@@ -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
View 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