diff options
author | Arian <arian.kulmer@web.de> | 2019-09-21 11:58:41 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:17:12 +0200 |
commit | dc9c1ab85897b811952c358ad2066f0dadbeb922 (patch) | |
tree | f260aed13d87f46252ed3c4f71f947e8d3c5a37e | |
parent | 8bb0fde04522606284f7788d97d472db76b72649 (diff) |
shinano-common: Drop duplicated BOARD_HAVE_BLUETOOTH flag
* BOARD_HAVE_BLUETOOTH is automatically true when BOARD_HAVE_BLUETOOTH_BCM is true
Change-Id: I9304013a1981b1475792021688d82278f6b6f118
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e610ba1..bb44d0b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -45,7 +45,6 @@ USE_XML_AUDIO_POLICY_CONF := 1 TARGET_USES_64_BIT_BINDER := true # Bluetooth -BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_BCM := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(COMMON_PATH)/bluetooth BOARD_CUSTOM_BT_CONFIG := $(COMMON_PATH)/bluetooth/vnd_shinano.txt |