diff options
Diffstat (limited to 'device-common.mk')
| -rw-r--r-- | device-common.mk | 5 |
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 \ |
