From 4d23c0af8a0235a9ea78c23b2f9cfb9a64f211d0 Mon Sep 17 00:00:00 2001 From: Adithya R Date: Fri, 26 Nov 2021 21:58:03 +0530 Subject: [PATCH] sm6150-common: Drop soundtrigger HIDL impl * breaks google voice match with pixelpropsutils as we don't have hotword enrollment support Change-Id: I213626f9729e5ff47ce7e6c990d605ed669b97e3 Signed-off-by: donjohanliebert --- configs/hidl/manifest.xml | 9 --------- sm6150.mk | 3 +-- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/configs/hidl/manifest.xml b/configs/hidl/manifest.xml index 3458abd..e781d9c 100644 --- a/configs/hidl/manifest.xml +++ b/configs/hidl/manifest.xml @@ -93,15 +93,6 @@ default - - android.hardware.soundtrigger - hwbinder - 2.2 - - ISoundTriggerHw - default - - android.hardware.tetheroffload.config hwbinder diff --git a/sm6150.mk b/sm6150.mk index 734ebf5..4eb2bfa 100644 --- a/sm6150.mk +++ b/sm6150.mk @@ -45,8 +45,7 @@ PRODUCT_PACKAGES += \ android.hardware.audio@6.0-impl \ android.hardware.audio.effect@6.0-impl \ android.hardware.audio.service \ - android.hardware.bluetooth.audio-impl \ - android.hardware.soundtrigger@2.2-impl + android.hardware.bluetooth.audio-impl PRODUCT_PACKAGES += \ audio.bluetooth.default \