From a5902b09c13c57a24bcdf449cc97dd6b9031f663 Mon Sep 17 00:00:00 2001 From: davidchao Date: Wed, 1 Aug 2018 15:21:38 +0800 Subject: Thermal: set mb-therm-adc as Tskin sensor Set the Tskin sensor from quiet-therm-adc to mb-therm-adc. bug: 112062585 Test: local build device can boot to home Change-Id: I88b951e46771db3fc87125b6f0b28bdf898284c4 Signed-off-by: davidchao --- thermal/thermal-helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thermal') diff --git a/thermal/thermal-helper.h b/thermal/thermal-helper.h index 93f8c21e..823140aa 100644 --- a/thermal/thermal-helper.h +++ b/thermal/thermal-helper.h @@ -53,7 +53,7 @@ using ::android::hardware::thermal::V1_0::CpuUsage; using ::android::hardware::thermal::V1_0::Temperature; using ::android::hardware::thermal::V1_0::TemperatureType; -constexpr char kSkinSensorType[] = "quiet-therm-adc"; +constexpr char kSkinSensorType[] = "mb-therm-adc"; constexpr float kMultiplier = .001; struct ThrottlingThresholds { -- cgit v1.2.3