From 58310cc9fd4a8d6b8b3d46e8b634604aa12f8ca8 Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Fri, 26 Nov 2021 08:07:16 +0900 Subject: [PATCH] universal7885: Remove unsupported HALs --- .../configs/vintf/manifest.xml | 19 ------------------- universal7885-common/universal7885-common.mk | 9 --------- 2 files changed, 28 deletions(-) diff --git a/universal7885-common/configs/vintf/manifest.xml b/universal7885-common/configs/vintf/manifest.xml index 160d033..f2568f0 100644 --- a/universal7885-common/configs/vintf/manifest.xml +++ b/universal7885-common/configs/vintf/manifest.xml @@ -17,25 +17,6 @@ default - - android.hardware.bluetooth.a2dp - hwbinder - 1.0 - - IBluetoothAudioOffload - default - - @1.0::IBluetoothAudioOffload/default - - - android.hardware.bluetooth.audio - hwbinder - 2.1 - - IBluetoothAudioProvidersFactory - default - - android.hardware.biometrics.fingerprint hwbinder diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index b3b95ec..4cc5533 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -27,17 +27,8 @@ PRODUCT_PACKAGES += \ libaudioroute \ libtinyalsa \ libtinycompress \ - libldacBT_bco \ audio.hearing_aid.default -# Audio (BT) -PRODUCT_PACKAGES += \ - android.hardware.bluetooth.audio@2.1-impl \ - audio.bluetooth.default \ - audio.a2dp.default \ - android.hardware.bluetooth.audio@2.1.vendor \ - android.hardware.bluetooth.a2dp@1.0-impl.mock \ - # Aptx PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/aptx/libaptX_encoder.so:$(TARGET_COPY_OUT_PRODUCT)/lib64/libaptX_encoder.so \