From a162500a2b177eaec816977105a48c461b117f28 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Wed, 20 May 2015 02:45:48 +0100 Subject: [PATCH] Ditch thermal-engine config Let's not outguess QC Change-Id: Ie0bd2c5c8f0540b493cd1b66b66ac8770c8df08a --- configs/thermal-engine.conf | 52 ------------------------------------- device.mk | 4 --- 2 files changed, 56 deletions(-) delete mode 100644 configs/thermal-engine.conf diff --git a/configs/thermal-engine.conf b/configs/thermal-engine.conf deleted file mode 100644 index 410c97a..0000000 --- a/configs/thermal-engine.conf +++ /dev/null @@ -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 - - - diff --git a/device.mk b/device.mk index aad36ad..dfa6943 100644 --- a/device.mk +++ b/device.mk @@ -230,10 +230,6 @@ PRODUCT_EXTRA_RECOVERY_KEYS += \ PRODUCT_PACKAGES += \ libxml2 -# Thermal -PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/thermal-engine.conf:system/etc/thermal-engine.conf - # USB PRODUCT_PACKAGES += \ com.android.future.usb.accessory