From 8a865790db75f9716ad6ec0c7dbccd8997e576bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cosme=20Dom=C3=ADnguez=20D=C3=ADaz?= Date: Sun, 22 Apr 2018 01:07:07 +0200 Subject: msm8996-common: Decommonize thermal-engine.conf. * z2_row and z2_plus have different thresholds. --- configs/thermal-engine.conf | 39 --------------------------------------- msm8996.mk | 3 --- 2 files changed, 42 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 7640e3a..0000000 --- a/configs/thermal-engine.conf +++ /dev/null @@ -1,39 +0,0 @@ -# File empty by default. -# Replace contents of this file with custom configuration. - -[SS-GPU] -#algo_type ss -sampling 250 -sensor gpu -device gpu -set_point 56000 -set_point_clr 46000 -time_constant 0 - -[SS-POPMEM] -#algo_type ss -sampling 10 -sensor pop_mem -device cluster1 -set_point 56000 -set_point_clr 46000 -time_constant 16 - -[SS-CPUS-ALL] -#algo_type ss -sampling 10 -sensor VIRTUAL-CPUS -device cpu_voltage -set_point 56000 -set_point_clr 46000 -time_constant 0 - -[battery_monitor] -algo_type monitor -sensor tsens_tz_sensor17 -sampling 1000 -thresholds 49000 55000 -thresholds_clr 47000 53000 -actions battery battery battery -action_info 0 1 - diff --git a/msm8996.mk b/msm8996.mk index a9a35a0..6c4524d 100755 --- a/msm8996.mk +++ b/msm8996.mk @@ -409,6 +409,3 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.thermal@1.0-impl \ android.hardware.thermal@1.0-service - -PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf -- cgit v1.2.3