From 8278bc75988ae88e5e8637afa0685be8890c7595 Mon Sep 17 00:00:00 2001 From: Alberto97 Date: Sat, 12 Aug 2017 10:15:35 +0200 Subject: [PATCH] potter: Read BT address from property * And remove unused BLUETOOTH_HCI_USE_MCT Change-Id: I7d1f32289275401f15180c4a03cb896025e63657 --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index e49c027..299684e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -92,7 +92,7 @@ USE_CUSTOM_AUDIO_POLICY := 1 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_QCOM := true -BLUETOOTH_HCI_USE_MCT := true +QCOM_BT_READ_ADDR_FROM_PROP := true # Camera TARGET_CAMERASERVICE_CLOSES_NATIVE_HANDLES := true