From bcee3d78414788430fdbd787d68fd1d92b7a0ec7 Mon Sep 17 00:00:00 2001 From: EcrosoftXiao Date: Sun, 30 May 2021 00:15:14 +0600 Subject: [PATCH] sdm660-common: Switch to QTI Thermal HAL --- sdm660.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdm660.mk b/sdm660.mk index 4042f29d..f7a169d7 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -548,6 +548,10 @@ PRODUCT_PACKAGES += \ libipanat \ liboffloadhal +# Thermal +PRODUCT_PACKAGES += \ + android.hardware.thermal@2.0-service.qti + # Thermal Conf PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/thermal/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf \