From c9baa6479f7e4aae0126978ec644d5945d536248 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Fri, 22 Nov 2019 10:56:29 -0800 Subject: [PATCH] msm8953-common: Switch to Audio HAL V6 Switch to Audio HAL V6 Bug: 141989952 Test: atest VtsHalAudioV6_0TargetTest atest VtsHalAudioEffectV6_0TargetTest manual audio "smoke" test on taimen and walleye Change-Id: Ieb1cc5c7fdcc5416a328a0a5c4a1996258b81ac8 --- manifest.xml | 4 ++-- msm8953.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.xml b/manifest.xml index e84c3ad..48d203b 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,7 +2,7 @@ android.hardware.audio hwbinder - 5.0 + 6.0 IDevicesFactory default @@ -20,7 +20,7 @@ android.hardware.audio.effect hwbinder - 5.0 + 6.0 IEffectsFactory default diff --git a/msm8953.mk b/msm8953.mk index 234550b..1c317f7 100644 --- a/msm8953.mk +++ b/msm8953.mk @@ -38,9 +38,9 @@ PRODUCT_PACKAGES += \ # Audio PRODUCT_PACKAGES += \ - android.hardware.audio@5.0-impl \ + android.hardware.audio@6.0-impl \ android.hardware.audio@2.0-service \ - android.hardware.audio.effect@5.0-impl \ + android.hardware.audio.effect@6.0-impl \ android.hardware.audio.effect@2.0-service \ android.hardware.soundtrigger@2.2-impl \ android.hardware.soundtrigger@2.2-service \