From 060e4e8fc4d4c07ed4b084a80c89019ad86733d2 Mon Sep 17 00:00:00 2001 From: donjohanliebert Date: Fri, 22 Nov 2024 09:32:01 +0800 Subject: [PATCH] Revert "sm6150-common: Drop soundtrigger HIDL impl" This reverts commit 10c9c0628c88166edbc0620a1cc3c5534a723f27. Signed-off-by: donjohanliebert --- configs/hidl/manifest.xml | 9 +++++++++ sm6150.mk | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/configs/hidl/manifest.xml b/configs/hidl/manifest.xml index e781d9c..3458abd 100644 --- a/configs/hidl/manifest.xml +++ b/configs/hidl/manifest.xml @@ -93,6 +93,15 @@ default + + android.hardware.soundtrigger + hwbinder + 2.2 + + ISoundTriggerHw + default + + android.hardware.tetheroffload.config hwbinder diff --git a/sm6150.mk b/sm6150.mk index 76de8f2..d849af9 100644 --- a/sm6150.mk +++ b/sm6150.mk @@ -45,7 +45,8 @@ 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.bluetooth.audio-impl \ + android.hardware.soundtrigger@2.2-impl PRODUCT_PACKAGES += \ audio.bluetooth.default \