Ditch thermal-engine config

Let's not outguess QC

Change-Id: Ie0bd2c5c8f0540b493cd1b66b66ac8770c8df08a
cm-14.0
Ricardo Cerqueira 11 years ago committed by Ethan Chen
parent 852c3b04a8
commit a162500a2b

@ -1,52 +0,0 @@
sampling 5000
[SS-POPMEM]
#algo_type ss
sampling 1000
sensor pop_mem
device cpu
set_point 80000
set_point_clr 70000
time_constant 2
[SS-POPMEM]
[SS-CPU0-1]
algo_type ss
sampling 65
sensor cpu0-1
device cpu
set_point 85000
set_point_clr 70000
override 20000
time_constant 0
[SS-CPU2-3]
algo_type ss
sampling 65
sensor cpu2-3
device cpu
set_point 80000
set_point_clr 70000
override 20000
time_constant 0
[CPU0-1_MONITOR]
algo_type monitor
sampling 1000
sensor cpu0-1
thresholds 95000
thresholds_clr 75000
actions shutdown
action_info 5000
[CPU2-3_MONITOR]
algo_type monitor
sampling 1000
sensor cpu2-3
thresholds 90000
thresholds_clr 75000
actions shutdown
action_info 5000

@ -230,10 +230,6 @@ PRODUCT_EXTRA_RECOVERY_KEYS += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
libxml2 libxml2
# Thermal
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine.conf:system/etc/thermal-engine.conf
# USB # USB
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
com.android.future.usb.accessory com.android.future.usb.accessory

Loading…
Cancel
Save