switch bluetooth audio to aidl

This commit is contained in:
Konsta
2022-08-22 19:40:12 +03:00
parent cc22a51844
commit 7c245cd045
2 changed files with 1 additions and 10 deletions

View File

@@ -84,7 +84,7 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.bluetooth.audio@2.0-impl \ android.hardware.bluetooth.audio-impl \
audio.bluetooth.default audio.bluetooth.default
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \

View File

@@ -26,15 +26,6 @@
<instance>default</instance> <instance>default</instance>
</interface> </interface>
</hal> </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"> <hal format="hidl">
<name>android.hardware.camera.provider</name> <name>android.hardware.camera.provider</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>