Merge "configs: sdm660: enable soundtrigger hidl hal 2.2 & 2.3"

This commit is contained in:
qctecmdr 2020-10-19 21:40:22 -07:00 committed by Gerrit - the friendly Code Review server
commit 0ca8d6b0fb
1 changed files with 10 additions and 0 deletions

View File

@ -357,6 +357,16 @@ PRODUCT_PACKAGES += \
android.hardware.audio.effect@6.0 \
android.hardware.audio.effect@6.0-impl
ifeq ($(TARGET_KERNEL_VERSION), 4.19)
# enable sound trigger hidl hal 2.2
PRODUCT_PACKAGES += \
android.hardware.soundtrigger@2.2-impl
# enable sound trigger hidl hal 2.3
PRODUCT_PACKAGES += \
android.hardware.soundtrigger@2.3-impl
endif
PRODUCT_PACKAGES_ENG += \
VoicePrintTest \
VoicePrintDemo