From ade3b573a1cdc49fa9ca2f29305043f028912285 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Fri, 18 Sep 2020 13:12:09 +0200 Subject: [PATCH] davinci: Drop android.hardware.thermal HAL android.hardware.thermal@1.0::IThermal/default is deprecated in compatibility matrix at FCM Version 4; it should not be served. Change-Id: Icc3c672a0bf6b9e4ee76ccf91e6cdca5fb778fde --- configs/hidl/manifest.xml | 10 ---------- device.mk | 8 -------- 2 files changed, 18 deletions(-) diff --git a/configs/hidl/manifest.xml b/configs/hidl/manifest.xml index 624ee0d..c7df0d3 100644 --- a/configs/hidl/manifest.xml +++ b/configs/hidl/manifest.xml @@ -279,16 +279,6 @@ @1.0::IOffloadControl/default - - android.hardware.thermal - hwbinder - 1.0 - - IThermal - default - - @1.0::IThermal/default - android.hardware.usb hwbinder diff --git a/device.mk b/device.mk index 78f9f50..39547a6 100644 --- a/device.mk +++ b/device.mk @@ -361,14 +361,6 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ textclassifier.bundle1 -# Thermal -PRODUCT_PACKAGES += \ - android.hardware.thermal@1.0-impl \ - android.hardware.thermal@1.0-service - -PRODUCT_PACKAGES += \ - thermal.sm6150 - # Touchscreen PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml