sanders: Migrate to audio V4

This is needed for the microphone characteristic API support.

Test: regression test on the board
Bug: 38184704
Change-Id: Ife559125850277865451f92ea862e7ec47fc9da7
Merged-In: Ife559125850277865451f92ea862e7ec47fc9da7
Signed-off-by: Kevin Rocard <krocard@google.com>
Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
This commit is contained in:
Kevin Rocard
2018-03-06 18:31:18 -08:00
committed by therootlord
parent 6b0f6a33fc
commit 9597a0e1d7
2 changed files with 4 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>
<version>2.0</version>
<version>4.0</version>
<interface>
<name>IDevicesFactory</name>
<instance>default</instance>
@@ -11,7 +11,7 @@
<hal format="hidl">
<name>android.hardware.audio.effect</name>
<transport>hwbinder</transport>
<version>2.0</version>
<version>4.0</version>
<interface>
<name>IEffectsFactory</name>
<instance>default</instance>

View File

@@ -77,10 +77,9 @@ PRODUCT_PACKAGES += \
libqcompostprocbundle
PRODUCT_PACKAGES += \
android.hardware.audio@2.0-impl \
android.hardware.audio@4.0-impl \
android.hardware.audio@2.0-service \
android.hardware.audio.effect@2.0-impl \
android.hardware.audio.effect@2.0-service \
android.hardware.audio.effect@4.0-impl \
android.hardware.broadcastradio@1.0-impl
PRODUCT_COPY_FILES += \