mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
X6833B: Switch BtAudio to AIDL
Test: m Bug: 203490261 Change-Id: I80eced28790a15ad5485c9780ccf5812ab75dc1d Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
94e76e82af
commit
3bd5cb997b
|
@ -60,16 +60,6 @@
|
||||||
</interface>
|
</interface>
|
||||||
<fqname>@1.1::IBluetoothHci/default</fqname>
|
<fqname>@1.1::IBluetoothHci/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.bluetooth.audio</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>2.1</version>
|
|
||||||
<interface>
|
|
||||||
<name>IBluetoothAudioProvidersFactory</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
<fqname>@2.1::IBluetoothAudioProvidersFactory/default</fqname>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.boot</name>
|
<name>android.hardware.boot</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
|
@ -51,7 +51,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
audio.bluetooth.default \
|
audio.bluetooth.default \
|
||||||
android.hardware.bluetooth.audio@2.1-impl
|
android.hardware.bluetooth.audio-impl
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libaudiofoundation.vendor \
|
libaudiofoundation.vendor \
|
||||||
|
|
Loading…
Reference in a new issue