sdm660-common: Uprev bluetooth audio HIDL impl to 2.1
* We get free LC3 support, isn't it poggers? Change-Id: I0f1713ee542102374183ef8088bcad62d3859c2f Signed-off-by: clarencelol <clarencekuiek@icloud.com> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
444c1763d9
commit
cea38a5bdc
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.bluetooth.audio</name>
|
<name>android.hardware.bluetooth.audio</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<fqname>@2.0::IBluetoothAudioProvidersFactory/default</fqname>
|
<fqname>@2.1::IBluetoothAudioProvidersFactory/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.camera.provider</name>
|
<name>android.hardware.camera.provider</name>
|
||||||
|
|
|
@ -141,7 +141,7 @@ PRODUCT_PACKAGES += \
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
audio.bluetooth.default \
|
audio.bluetooth.default \
|
||||||
android.hardware.bluetooth.audio@2.0-impl \
|
android.hardware.bluetooth.audio@2.1-impl \
|
||||||
liba2dpoffload \
|
liba2dpoffload \
|
||||||
libbthost_if \
|
libbthost_if \
|
||||||
libhdmiedid \
|
libhdmiedid \
|
||||||
|
|
Loading…
Reference in a new issue