summaryrefslogtreecommitdiff
authorTing Wang <ting.wang@amlogic.com>2018-04-13 11:05:43 (GMT)
committer Ting Wang <ting.wang@amlogic.com>2018-04-15 04:52:39 (GMT)
commita788703b82754a32ae290545508323ef1ed9b840 (patch)
tree571a9a3dcfaa9c320326234dbcbd3069bc8180ef
parent78a10e7358c98391d664c2c8d0d199385a14e6d3 (diff)
downloaddarwin-a788703b82754a32ae290545508323ef1ed9b840.zip
darwin-a788703b82754a32ae290545508323ef1ed9b840.tar.gz
darwin-a788703b82754a32ae290545508323ef1ed9b840.tar.bz2
BT: Optimize the bluetooth code structure[3/4]
PD#164170 1.delete bdroid_buildcfg.h for bcmbt on device/amlogic 2.change bcmbt module Change-Id: I8a422a901cdc2c820a46ec326465edf4fd71938c
Diffstat
-rw-r--r--BoardConfig.mk3
-rwxr-xr-xdarwin.mk2
2 files changed, 2 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 728e147..e36cbc8 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -92,7 +92,6 @@ BOARD_KERNEL_OFFSET := 0x1080000
BOARD_USES_GENERIC_AUDIO := false
BOARD_USES_ALSA_AUDIO := true
-BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/amlogic/common/bluetooth
TARGET_RELEASETOOLS_EXTENSIONS := device/amlogic/common
TARGET_USE_BLOCK_BASE_UPGRADE := true
TARGET_OTA_UPDATE_DTB := true
@@ -121,4 +120,4 @@ BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
DEVICE_MANIFEST_FILE := device/amlogic/darwin/manifest.xml
#DEVICE_MATRIX_FILE := device/amlogic/common/compatibility_matrix.xml
-BOARD_HAS_ADTV := false \ No newline at end of file
+BOARD_HAS_ADTV := false
diff --git a/darwin.mk b/darwin.mk
index 7602b48..ccf1660 100755
--- a/darwin.mk
+++ b/darwin.mk
@@ -199,7 +199,7 @@ PRODUCT_DEFAULT_WIFI_CHANNELS := 11
#########################################################################
BOARD_HAVE_BLUETOOTH := true
-BLUETOOTH_MODULE := bcm4356
+BCMBT_SUPPORT := true
#MULTI_BLUETOOTH_SUPPORT := true
BCM_BLUETOOTH_LPM_ENABLE := true
include device/amlogic/common/bluetooth.mk