From d03e299b1dedf929a0219bf6ecc5fd3c78a83e28 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Thu, 6 May 2021 11:34:13 +0800 Subject: [PATCH] sdm660-common: Drop thermal and thermal controller --- manifest.xml | 9 --------- sdm660.mk | 10 ---------- 2 files changed, 19 deletions(-) diff --git a/manifest.xml b/manifest.xml index ae76f972..8d88538c 100755 --- a/manifest.xml +++ b/manifest.xml @@ -234,15 +234,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. default - - android.hardware.thermal - hwbinder - 1.0 - - IThermal - default - - android.hardware.tetheroffload.config hwbinder diff --git a/sdm660.mk b/sdm660.mk index 2419642c..4042f29d 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -548,16 +548,6 @@ PRODUCT_PACKAGES += \ libipanat \ liboffloadhal -# Thermal -PRODUCT_PACKAGES += \ - android.hardware.thermal@1.0-impl \ - android.hardware.thermal@1.0-service \ - thermal.sdm660 - -# Thermal Controller -PRODUCT_PACKAGES += \ - ThermalController - # Thermal Conf PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/thermal/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf \