Merge "config: sdm845, sdm710: enable Audio HIDL HAL 5.0"
This commit is contained in:
commit
a06c7c2712
|
@ -418,6 +418,15 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.audio.effect@4.0 \
|
android.hardware.audio.effect@4.0 \
|
||||||
android.hardware.audio.effect@4.0-impl
|
android.hardware.audio.effect@4.0-impl
|
||||||
|
|
||||||
|
# enable audio hidl hal 5.0
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.audio@5.0 \
|
||||||
|
android.hardware.audio.common@5.0 \
|
||||||
|
android.hardware.audio.common@5.0-util \
|
||||||
|
android.hardware.audio@5.0-impl \
|
||||||
|
android.hardware.audio.effect@5.0 \
|
||||||
|
android.hardware.audio.effect@5.0-impl
|
||||||
|
|
||||||
PRODUCT_PACKAGES_ENG += \
|
PRODUCT_PACKAGES_ENG += \
|
||||||
VoicePrintTest \
|
VoicePrintTest \
|
||||||
VoicePrintDemo
|
VoicePrintDemo
|
||||||
|
|
|
@ -367,6 +367,15 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.audio.effect@4.0 \
|
android.hardware.audio.effect@4.0 \
|
||||||
android.hardware.audio.effect@4.0-impl
|
android.hardware.audio.effect@4.0-impl
|
||||||
|
|
||||||
|
# enable audio hidl hal 5.0
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.audio@5.0 \
|
||||||
|
android.hardware.audio.common@5.0 \
|
||||||
|
android.hardware.audio.common@5.0-util \
|
||||||
|
android.hardware.audio@5.0-impl \
|
||||||
|
android.hardware.audio.effect@5.0 \
|
||||||
|
android.hardware.audio.effect@5.0-impl
|
||||||
|
|
||||||
PRODUCT_PACKAGES_ENG += \
|
PRODUCT_PACKAGES_ENG += \
|
||||||
VoicePrintTest \
|
VoicePrintTest \
|
||||||
VoicePrintDemo
|
VoicePrintDemo
|
||||||
|
|
Loading…
Reference in New Issue