From a6dd6e5d1b2b062d6e525e550141bf3f58ce8560 Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Fri, 13 Jan 2023 02:32:32 +0000 Subject: [PATCH] thermal: remove thermal pid flag for zuma Since we are going to remove old pid algo for zuma, don't need to have version control anymore. Bug: 247536326 Test: lshal debug android.hardware.thermal@2.0::IThermal/default Change-Id: I1f6fe94f018c66156f08d66989c833547f8aa3b9 --- device.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/device.mk b/device.mk index abe9b6a3..4e1059e1 100644 --- a/device.mk +++ b/device.mk @@ -1058,7 +1058,6 @@ include device/google/gs101/telephony/pktrouter.mk # Thermal HAL include hardware/google/pixel/thermal/device.mk PRODUCT_PROPERTY_OVERRIDES += persist.vendor.enable.thermal.genl=true -$(call soong_config_set,thermal_hal_feature,pid,apply_2_0) # EdgeTPU include device/google/gs-common/edgetpu/edgetpu.mk