Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #105 from tdz/bug-1207480
Browse files Browse the repository at this point in the history
Bug 1207480 - include Bluedroid configuration from libhardware_moz. r=shuang
  • Loading branch information
BavarianTomcat committed Oct 21, 2015
2 parents c4779d6 + 54586f6 commit 205ac42
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions BoardConfig.mk
@@ -1,8 +1,5 @@
include device/qcom/msm8610/BoardConfig.mk

# Use default Gecko location if it's not provided in config files.
GECKO_PATH ?= gecko

TARGET_USES_TCT_FOTA := false
TARGET_RECOVERY_FSTAB := device/t2m/flame/recovery.fstab
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
Expand All @@ -27,8 +24,10 @@ BOARD_USE_QCOM_LLVM_CLANG_RS := true

BOARD_HAVE_BLUETOOTH := true
BOARD_BLUETOOTH_DOES_NOT_USE_RFKILL := true
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/t2m/flame/bluetooth \
$(GECKO_PATH)/dom/bluetooth/bluedroid
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := \
device/t2m/flame/bluetooth \
hardware/libhardware_moz/include/hardware_moz/bluetooth/bluedroid

BOARD_HAS_QCOM_WLAN := true
BOARD_HAS_ATH_WLAN_AR6004 := true
BOARD_WLAN_DEVICE := qcwcn
Expand Down

0 comments on commit 205ac42

Please sign in to comment.