From 169fb80442b87bf1720ea51bd1efd27b89a6db18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pinela?= Date: Fri, 6 Oct 2017 16:15:08 +0100 Subject: device: Add Bluetooth HIDL implementation and vendor lib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ieb5daec1d89a0ae7477a195b8388338c7c58f324 Signed-off-by: André Pinela --- device-common.mk | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- cgit v1.2.3