Revert "sm6150-common: Drop soundtrigger HIDL impl"

This reverts commit 10c9c0628c88166edbc0620a1cc3c5534a723f27.

Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
This commit is contained in:
Johan Liebert 2024-11-22 09:32:01 +08:00
parent 90d43cded8
commit 060e4e8fc4
2 changed files with 11 additions and 1 deletions

View File

@ -93,6 +93,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.soundtrigger</name>
<transport>hwbinder</transport>
<version>2.2</version>
<interface>
<name>ISoundTriggerHw</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.tetheroffload.config</name>
<transport>hwbinder</transport>

View File

@ -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 \