sdm660-common: Switch BtAudio to AIDL
Test: m Bug: 203490261 Change-Id: I4b8ac40d5ad410b89eb6a0573d740d86471ecfc7 Merged-In: I4b8ac40d5ad410b89eb6a0573d740d86471ecfc7 Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
2a03463018
commit
ecb242f663
2 changed files with 1 additions and 6 deletions
|
@ -19,11 +19,6 @@
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<fqname>@1.0::IBluetoothHci/default</fqname>
|
<fqname>@1.0::IBluetoothHci/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.bluetooth.audio</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<fqname>@2.1::IBluetoothAudioProvidersFactory/default</fqname>
|
|
||||||
</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>
|
||||||
|
|
|
@ -131,7 +131,7 @@ PRODUCT_PACKAGES += \
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
audio.bluetooth.default \
|
audio.bluetooth.default \
|
||||||
android.hardware.bluetooth.audio@2.1-impl \
|
android.hardware.bluetooth.audio-impl \
|
||||||
libbthost_if \
|
libbthost_if \
|
||||||
libhdmiedid \
|
libhdmiedid \
|
||||||
libhfp \
|
libhfp \
|
||||||
|
|
Loading…
Reference in a new issue