summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Pinela <sheffzor@gmail.com>2017-10-06 16:15:08 +0100
committerAndré Pinela <sheffzor@gmail.com>2017-10-14 10:09:28 +0100
commit169fb80442b87bf1720ea51bd1efd27b89a6db18 (patch)
tree04b811b721ff18cc3f1e6fc786179dcc6c761892
parente18e30bc228368dd7e519c2c17b816e80da80d29 (diff)
device: Add Bluetooth HIDL implementation and vendor lib
Change-Id: Ieb5daec1d89a0ae7477a195b8388338c7c58f324 Signed-off-by: André Pinela <sheffzor@gmail.com>
-rw-r--r--device-common.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index a7ffcb1..f175be8 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -80,6 +80,11 @@ PRODUCT_PACKAGES += \
WIFI_BAND := 802_11_BG
$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk)
+# Bluetooth
+PRODUCT_PACKAGES += \
+ android.hardware.bluetooth@1.0-impl \
+ libbt-vendor
+
# Lights
PRODUCT_PACKAGES += \
android.hardware.light@2.0-impl \