From dccf2e8013983b4092ad6bb15fbdf872ee08d52f Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Fri, 11 Feb 2022 15:47:20 +0900 Subject: [PATCH] universal7885: Uprev HALs for Android T Change-Id: I9923b7fa89ea44286a36ffa93b3a80d97e53bd93 Signed-off-by: roynatech2544 --- universal7885-common/configs/vintf/manifest.xml | 4 ++-- universal7885-common/universal7885-common.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/universal7885-common/configs/vintf/manifest.xml b/universal7885-common/configs/vintf/manifest.xml index b6a5668..fa9b887 100644 --- a/universal7885-common/configs/vintf/manifest.xml +++ b/universal7885-common/configs/vintf/manifest.xml @@ -2,7 +2,7 @@ android.hardware.audio hwbinder - @7.0::IDevicesFactory/default + @7.1::IDevicesFactory/default android.hardware.audio.effect @@ -12,7 +12,7 @@ android.hardware.bluetooth.audio hwbinder - @2.1::IBluetoothAudioProvidersFactory/default + @2.2::IBluetoothAudioProvidersFactory/default android.hardware.bluetooth diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 1279f4a..5e811ed 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.0-impl \ + android.hardware.audio@7.1-impl \ android.hardware.audio.service \ android.hardware.audio.effect@7.0-impl \ libtinycompress \ @@ -27,7 +27,7 @@ PRODUCT_PACKAGES += \ # Audio (BT) PRODUCT_PACKAGES += \ - android.hardware.bluetooth.audio@2.1-impl \ + android.hardware.bluetooth.audio@2.2-impl \ audio.bluetooth.default \ audio.a2dp.default