From 2a9beddce4520d39309dc4a9c88586b226a449e9 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Fri, 22 Nov 2019 10:56:29 -0800 Subject: [PATCH] universal7885: 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 Signed-off-by: SamarV-121 --- manifest.xml | 8 ++++---- universal7904-common.mk | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.xml b/manifest.xml index 36a6367..45cee7f 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,22 +2,22 @@ android.hardware.audio hwbinder - 2.0 + 6.0 IDevicesFactory default - @2.0::IDevicesFactory/default + @6.0::IDevicesFactory/default android.hardware.audio.effect hwbinder - 2.0 + 6.0 IEffectsFactory default - @2.0::IEffectsFactory/default + @6.0::IEffectsFactory/default android.hardware.biometrics.fingerprint diff --git a/universal7904-common.mk b/universal7904-common.mk index 14c5849..e8ed9eb 100644 --- a/universal7904-common.mk +++ b/universal7904-common.mk @@ -9,9 +9,9 @@ PRODUCT_AAPT_PREF_CONFIG := xxhdpi TARGET_EXCLUDES_AUDIOFX := true PRODUCT_PACKAGES += \ - android.hardware.audio@2.0-impl \ + android.hardware.audio@6.0-impl \ android.hardware.audio.service \ - android.hardware.audio.effect@2.0-impl \ + android.hardware.audio.effect@6.0-impl \ libalsautils \ libeffects \ libnbaio_mono \