From 7d109e867b8f96dbfb3e9b31bacbf65f4f9ff88e Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Tue, 24 Jun 2014 00:36:57 +0200 Subject: Bluetooth support, using BlueDroid Signed-off-by: Paul Kocialkowski --- BoardConfig.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 621f3cd..f3b5289 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -60,7 +60,6 @@ TARGET_RELEASETOOLS_EXTENSIONS := device/goldelico/gta04 # Hardware BOARD_HAVE_FM_RADIO := false -BOARD_HAVE_BLUETOOTH := false BOARD_USES_GENERIC_AUDIO := false USE_CAMERA_STUB := true @@ -88,3 +87,7 @@ WIFI_DRIVER_FW_PATH_STA := "/system/vendor/firmware/sd8686.bin" BOARD_WPA_SUPPLICANT_DRIVER := NL80211 WPA_SUPPLICANT_VERSION := VER_0_8_X_TI BOARD_WLAN_DEVICE := libertas + +# Bluetooth +BOARD_HAVE_BLUETOOTH := true +BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/goldelico/gta04/bluetooth -- cgit v1.1