From d7d6105a8a4c93af34c969e786e22e456aa2e199 Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Tue, 26 Dec 2023 15:24:34 +0530 Subject: [PATCH] Revert "universal7885: Uprev audio HAL to 7.1" Reason for revert: crashing when try to make a call This reverts commit 4087eba38fa33d5b9ca911d6037be0a22cd618db. --- universal7885-common/configs/vintf/manifest.xml | 2 +- universal7885-common/universal7885-common.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/universal7885-common/configs/vintf/manifest.xml b/universal7885-common/configs/vintf/manifest.xml index 3f929cd..29ad4b4 100644 --- a/universal7885-common/configs/vintf/manifest.xml +++ b/universal7885-common/configs/vintf/manifest.xml @@ -2,7 +2,7 @@ android.hardware.audio hwbinder - @7.1::IDevicesFactory/default + @7.0::IDevicesFactory/default android.hardware.audio.effect diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 5d4795c..a8d2b8c 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -17,7 +17,7 @@ PRODUCT_ENFORCE_RRO_TARGETS := framework-res SystemUI Bluetooth PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS := # leave it empty PRODUCT_PACKAGES += \ - android.hardware.audio@7.1-impl \ + android.hardware.audio@7.0-impl \ android.hardware.audio.service \ android.hardware.audio.effect@7.0-impl \ libtinycompress \