summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device-common.mk1
-rw-r--r--manifest.xml9
2 files changed, 10 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index e38e9c8d..dcf03777 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -81,6 +81,7 @@ PRODUCT_PACKAGES += vndk_package
PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl \
android.hardware.drm@1.0-service \
+ android.hardware.bluetooth.audio@2.0-impl
PRODUCT_PACKAGES += libGLES_android
diff --git a/manifest.xml b/manifest.xml
index 1459ee8a..f45676c6 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -27,6 +27,15 @@
</interface>
</hal>
<hal format="hidl">
+ <name>android.hardware.bluetooth.audio</name>
+ <transport>hwbinder</transport>
+ <version>2.0</version>
+ <interface>
+ <name>IBluetoothAudioProvidersFactory</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+ <hal format="hidl">
<name>android.hardware.broadcastradio</name>
<transport arch="32+64">passthrough</transport>
<version>1.0</version>