From 0a0b654afa4f2ed2a81968175acb0247a4870779 Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Sat, 16 Oct 2021 10:13:34 +0530 Subject: [PATCH] universal7885: Uprev audio HAL to 7.0 Change-Id: Ib62f81c407d1e140d5501878d025deb2ee47a73b Signed-off-by: SamarV-121 --- universal7885-common/manifest.xml | 4 ++-- universal7885-common/universal7885-common.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/universal7885-common/manifest.xml b/universal7885-common/manifest.xml index 2f17363..68192f6 100644 --- a/universal7885-common/manifest.xml +++ b/universal7885-common/manifest.xml @@ -2,7 +2,7 @@ android.hardware.audio hwbinder - 6.0 + 7.0 IDevicesFactory default @@ -11,7 +11,7 @@ android.hardware.audio.effect hwbinder - 6.0 + 7.0 IEffectsFactory default diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 49c92c8..52db96c 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -8,9 +8,9 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk) TARGET_EXCLUDES_AUDIOFX := true PRODUCT_PACKAGES += \ - android.hardware.audio@6.0-impl \ + android.hardware.audio@7.0-impl \ android.hardware.audio.service \ - android.hardware.audio.effect@6.0-impl \ + android.hardware.audio.effect@7.0-impl \ libtinycompress \ audio.r_submix.default \ audio.usb.default \