From 05701732a5aeb8c4e9332c3018794ab5566e51cf Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Fri, 22 Nov 2019 17:34:45 -0800 Subject: [PATCH] sm6250-common: Switch to Audio HAL V6 Switch to Audio HAL V6 Test: VtsHalAudioV6_0TargetTest VtsHalAudioEffectV6_0TargetTest Bug: 155591007 Change-Id: If40ae28c224160728634736ee95590a779f905c4 (cherry picked from commit f11963392c9afd79704822a5812ef4412f3810db) --- common.mk | 4 ++-- manifest.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common.mk b/common.mk index 05e1fe1..a10b595 100644 --- a/common.mk +++ b/common.mk @@ -39,8 +39,8 @@ PRODUCT_PACKAGES += \ libtinycompress PRODUCT_PACKAGES += \ - android.hardware.audio@5.0-impl:32 \ - android.hardware.audio.effect@5.0-impl:32 \ + android.hardware.audio@6.0-impl:32 \ + android.hardware.audio.effect@6.0-impl:32 \ android.hardware.soundtrigger@2.2-impl \ android.hardware.audio@2.0-service diff --git a/manifest.xml b/manifest.xml index 8c34281..a698b03 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,22 +2,22 @@ android.hardware.audio hwbinder - 5.0 + 6.0 IDevicesFactory default - @5.0::IDevicesFactory/default + @6.0::IDevicesFactory/default android.hardware.audio.effect hwbinder - 5.0 + 6.0 IEffectsFactory default - @5.0::IEffectsFactory/default + @6.0::IEffectsFactory/default android.hardware.biometrics.fingerprint