diff --git a/device.mk b/device.mk
index f612f353..f3b4420c 100644
--- a/device.mk
+++ b/device.mk
@@ -953,8 +953,8 @@ PRODUCT_PACKAGES += \
android.hardware.audio@7.0-impl \
android.hardware.audio.effect@7.0-impl \
android.hardware.soundtrigger@2.3-impl \
- vendor.google.whitechapel.audio.audioext@2.0-impl
-# android.hardware.bluetooth.audio@2.1-impl \
+ vendor.google.whitechapel.audio.audioext@2.0-impl \
+ android.hardware.bluetooth.audio@2.1-impl
#
##Audio HAL libraries
@@ -997,8 +997,8 @@ PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \
frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
+ frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration_7_0.xml
-# frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration_7_0.xml \
##Audio soong
PRODUCT_SOONG_NAMESPACES += \
vendor/google/whitechapel/audio/hal \
diff --git a/manifest.xml b/manifest.xml
index 263f623e..7f7a4f4f 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -93,6 +93,15 @@
default
+
+ android.hardware.bluetooth.audio
+ hwbinder
+ 2.1
+
+ IBluetoothAudioProvidersFactory
+ default
+
+
android.hardware.boot
hwbinder