klte-common: Add bluetooth service

Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba38
This commit is contained in:
Rashed Abdel-Tawab 2017-10-11 19:58:50 +03:00 committed by Kevin F. Haggerty
parent 2d0a03ffbf
commit b574fd9567
2 changed files with 13 additions and 0 deletions

View File

@ -72,6 +72,10 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/izat.conf:system/etc/izat.conf \
$(LOCAL_PATH)/configs/sap.conf:system/etc/sap.conf
# Bluetooth
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.0-impl
# Camera
PRODUCT_PACKAGES += \
camera.msm8974 \

View File

@ -17,6 +17,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.bluetooth</name>
<transport arch="32">passthrough</transport>
<version>1.0</version>
<interface>
<name>IBluetoothHci</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.drm</name>
<transport arch="32">passthrough</transport>