Feature bringup: Bluetooth feature bringup

Issue: FP2P-100
Change-Id: Ieca1e3d5bb4ed35a5649f240ec6aa724186817f5
diff --git a/device.mk b/device.mk
index 7924154..4088392 100644
--- a/device.mk
+++ b/device.mk
@@ -202,6 +202,12 @@
 TARGET_SCREEN_HEIGHT := 1920
 TARGET_SCREEN_WIDTH := 1080
 
+# Bluetooth
+PRODUCT_PACKAGES += \
+	android.hardware.bluetooth@1.0-impl \
+	android.hardware.bluetooth@1.0-service \
+	libbt-vendor
+
 # Camera
 PRODUCT_PACKAGES += \
 	android.hardware.camera.provider@2.4-impl \