From cc5d68d326365b2e0f04d52bb52facaf900c28ac Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Fri, 10 Sep 2021 12:17:06 +0530 Subject: [PATCH] universal7885: Remove unsupported soundtrigger HAL Change-Id: I7cee72ec984c56d25d262c6120f6508451982b9c Signed-off-by: SamarV-121 Signed-off-by: roynatech2544 --- universal7885-common/manifest.xml | 27 -------------------- universal7885-common/universal7885-common.mk | 4 --- 2 files changed, 31 deletions(-) diff --git a/universal7885-common/manifest.xml b/universal7885-common/manifest.xml index ec2173e..343596b 100644 --- a/universal7885-common/manifest.xml +++ b/universal7885-common/manifest.xml @@ -190,15 +190,6 @@ default - - android.hardware.soundtrigger - hwbinder - 2.0 - - ISoundTriggerHw - default - - android.hardware.thermal hwbinder @@ -259,24 +250,6 @@ imsd2 - - vendor.trustonic.tee - hwbinder - 1.0 - - ITee - default - - - - vendor.trustonic.teeregistry - hwbinder - 1.0 - - ITeeRegistry - default - - vendor.lineage.power hwbinder diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 240450e..7dfa6ce 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -209,10 +209,6 @@ PRODUCT_COPY_FILES += \ PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH) -# Soundtrigger -PRODUCT_PACKAGES += \ - android.hardware.soundtrigger@2.0-impl - # Thermal PRODUCT_PACKAGES += \ android.hardware.thermal@1.0-impl \