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:
committed by
therootlord
parent
6b0f6a33fc
commit
9597a0e1d7
@@ -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>
|
||||
|
||||
@@ -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 += \
|
||||
|
||||
Reference in New Issue
Block a user