From 9597a0e1d7f1b10e52c9306f0823b7ca37e0fcb8 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Tue, 6 Mar 2018 18:31:18 -0800 Subject: [PATCH] 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 Signed-off-by: Erfan Abdi --- configs/manifest.xml | 4 ++-- device.mk | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/configs/manifest.xml b/configs/manifest.xml index 8cef297..8946aab 100644 --- a/configs/manifest.xml +++ b/configs/manifest.xml @@ -2,7 +2,7 @@ android.hardware.audio hwbinder - 2.0 + 4.0 IDevicesFactory default @@ -11,7 +11,7 @@ android.hardware.audio.effect hwbinder - 2.0 + 4.0 IEffectsFactory default diff --git a/device.mk b/device.mk index 81a961a..ad2ceac 100644 --- a/device.mk +++ b/device.mk @@ -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 += \