Add Bluetooth HAL implementation to device.mk

Test: functional tests in hardware/interfaces/bluetooth
Bug: 31972505
Change-Id: Ie9a12aee9e5d90b2b96c8c7747c05dd45c3ff162
diff --git a/device.mk b/device.mk
index 30d2d68..9be1479 100644
--- a/device.mk
+++ b/device.mk
@@ -276,6 +276,15 @@
     wpa_supplicant \
     wpa_supplicant.conf
 
+# Bluetooth HAL
+PRODUCT_PACKAGES += \
+    android.hardware.bluetooth@1.0-impl
+
+ifeq ($(ENABLE_TREBLE), true)
+PRODUCT_PACKAGES += \
+    android.hardware.bluetooth@1.0-service
+endif
+
 # NFC
 PRODUCT_PACKAGES += \
     libnfc-nci \