sm6150-common: Build opensource soundtrigger HAL

Change-Id: I956d53a67841a9e1e296de6b73f08ef2efac7470
This commit is contained in:
Bruno Martins 2021-06-19 15:25:31 +01:00 committed by Arian
parent f97544641c
commit c6daece9b1
3 changed files with 3 additions and 2 deletions

View File

@ -46,6 +46,7 @@ AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true
AUDIO_FEATURE_ENABLED_HDMI_SPK := true
AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
BOARD_SUPPORTS_OPENSOURCE_STHAL := true
BOARD_SUPPORTS_SOUND_TRIGGER := true
USE_CUSTOM_AUDIO_POLICY := 1

View File

@ -359,7 +359,6 @@ vendor/etc/init/android.hardware.keymaster@4.0-service-qti.rc
-vendor/lib64/libqtikeymaster4.so
# Listen
-vendor/lib/hw/sound_trigger.primary.sm6150.so
-vendor/lib/libadpcmdec.so
-vendor/lib/librice.so
-vendor/lib/libsmwrapper.so

View File

@ -48,7 +48,8 @@ PRODUCT_PACKAGES += \
audio.a2dp.default \
audio.bluetooth.default \
audio.usb.default \
audio.r_submix.default
audio.r_submix.default \
sound_trigger.primary.sm6150
PRODUCT_PACKAGES += \
libqcompostprocbundle \