kitakami: Binderize BT service

This commit is contained in:
Olivier Karasangabo 2018-05-30 23:26:18 +02:00
parent 7b96a11f71
commit 570c15e89a
No known key found for this signature in database
GPG Key ID: 41C64C0EFC38AED2
2 changed files with 2 additions and 1 deletions

View File

@ -89,6 +89,7 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.0-impl \
android.hardware.bluetooth@1.0-service \
libbt-vendor
# Camera

View File

@ -28,7 +28,7 @@
</hal>
<hal format="hidl">
<name>android.hardware.bluetooth</name>
<transport arch="32+64">passthrough</transport>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IBluetoothHci</name>