Merge "hal: configs: enable QMAA for audio"

This commit is contained in:
qctecmdr 2020-02-06 22:01:17 -08:00 committed by Gerrit - the friendly Code Review server
commit 0dd5924d75
1 changed files with 20 additions and 0 deletions

20
configs/common/default.mk Normal file
View File

@ -0,0 +1,20 @@
# for HIDL related packages
PRODUCT_PACKAGES += \
android.hardware.audio@2.0-service \
vendor.qti.hardware.audiohalext@1.0 \
vendor.qti.hardware.audiohalext@1.0-impl \
vendor.qti.hardware.audiohalext-utils
# enable audio hidl hal 5.0
PRODUCT_PACKAGES += \
android.hardware.audio@5.0 \
android.hardware.audio@5.0-impl \
android.hardware.audio.common@5.0 \
android.hardware.audio.common@5.0-util \
android.hardware.audio.effect@5.0 \
android.hardware.audio.effect@5.0-impl
# enable sound trigger hidl hal 2.2
PRODUCT_PACKAGES += \
android.hardware.soundtrigger@2.2-impl \