From 394b9041ee0d7d45a04b8def2e39890e7d446f8d Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Sun, 3 Jan 2021 16:35:38 +0100 Subject: sdm660-common: Decommonize IR * platina doesn't have IR Change-Id: If5d83ef3dc0169700fcd738f6a50cb38b104c30a --- configs/manifests/manifest.xml | 9 --------- sdm660.mk | 8 -------- 2 files changed, 17 deletions(-) diff --git a/configs/manifests/manifest.xml b/configs/manifests/manifest.xml index 009eac1..b01ad31 100644 --- a/configs/manifests/manifest.xml +++ b/configs/manifests/manifest.xml @@ -638,15 +638,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. default - - android.hardware.ir - hwbinder - 1.0 - - IConsumerIr - default - - com.fingerprints.extension hwbinder diff --git a/sdm660.mk b/sdm660.mk index 43b5f33..f7c650e 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -155,14 +155,6 @@ PRODUCT_PACKAGES += \ libdng_sdk.vendor \ vendor.qti.hardware.camera.device@1.0:64 -# Consumerir -PRODUCT_PACKAGES += \ - android.hardware.ir@1.0-impl \ - android.hardware.ir@1.0-service - -PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.xml - # Component overrides PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml -- cgit v1.2.3