From abd2fe48e706f64633c248bbc2f984dfac73aaf1 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Fri, 22 Nov 2019 10:56:29 -0800 Subject: [PATCH] Switch to Audio HAL V6 Bug: 141989952 Test: atest VtsHalAudioV6_0TargetTest atest VtsHalAudioEffectV6_0TargetTest manual audio "smoke" test Change-Id: Ieb1cc5c7fdcc5416a328a0a5c4a1996258b81ac8 Signed-off-by: DennySPb --- device.mk | 4 ++-- manifest.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/device.mk b/device.mk index e29dcbd..3664b49 100644 --- a/device.mk +++ b/device.mk @@ -24,8 +24,8 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-pe # Audio PRODUCT_PACKAGES += \ android.hardware.audio@2.0-service \ - android.hardware.audio@5.0-impl \ - android.hardware.audio.effect@5.0-impl \ + android.hardware.audio@6.0-impl \ + android.hardware.audio.effect@6.0-impl \ android.hardware.soundtrigger@2.2-impl \ audio.a2dp.default \ audio.r_submix.default \ diff --git a/manifest.xml b/manifest.xml index 6f332e5..8660875 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,7 +2,7 @@ android.hardware.audio hwbinder - 5.0 + 6.0 IDevicesFactory default @@ -12,7 +12,7 @@ android.hardware.audio.effect hwbinder - 5.0 + 6.0 IEffectsFactory default