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

Commit

Permalink
Bug 1207480: Include B2G Bluedroid configuration from libhardware_moz
Browse files Browse the repository at this point in the history
  • Loading branch information
tdz committed Oct 22, 2015
1 parent 4a5672c commit 242aafe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Use default Gecko location if it's not provided in config files.
GECKO_PATH ?= gecko

B2G_SYSTEM_APPS := 1

Expand Down Expand Up @@ -31,8 +29,10 @@ BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 selinux=0 msm_rt

BOARD_HAVE_BLUETOOTH := true
BOARD_BLUETOOTH_DOES_NOT_USE_RFKILL := true
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/sony/$(TARGET_DEVICE)/bluetooth \
$(GECKO_PATH)/dom/bluetooth/bluedroid
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR :=
device/sony/$(TARGET_DEVICE)/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 242aafe

Please sign in to comment.