Split VR thermal config

Bug: 36514493
Test: build
Change-Id: I3df4ea75e2c8c4513cdc684f7b0a19c6dd347fb8
This commit is contained in:
Wei Wang
2017-04-21 11:09:07 -07:00
parent 4b2796fac7
commit f8b586c3c1
2 changed files with 19 additions and 1 deletions

View File

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