diff --git a/universal7885-common/configs/vintf/manifest.xml b/universal7885-common/configs/vintf/manifest.xml
index a4ae0ce..a595e22 100644
--- a/universal7885-common/configs/vintf/manifest.xml
+++ b/universal7885-common/configs/vintf/manifest.xml
@@ -17,6 +17,15 @@
default
+
+ android.hardware.bluetooth.audio
+ hwbinder
+ 2.1
+
+ IBluetoothAudioProvidersFactory
+ default
+
+
android.hardware.bluetooth
hwbinder
diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk
index aa6f5d8..a64880b 100644
--- a/universal7885-common/universal7885-common.mk
+++ b/universal7885-common/universal7885-common.mk
@@ -25,10 +25,13 @@ PRODUCT_PACKAGES += \
libtinycompress \
audio.r_submix.default \
audio.usb.default \
- libaudioroute \
- libtinyalsa \
- libtinycompress \
audio.hearing_aid.default
+
+# Audio (BT)
+PRODUCT_PACKAGES += \
+ android.hardware.bluetooth.audio@2.1-impl \
+ audio.bluetooth.default \
+ audio.a2dp.default
# Audio Configs
PRODUCT_COPY_FILES += \