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 #12 from tdz/bug-1207480
Browse files Browse the repository at this point in the history
Bug 1207480: Include B2G Bluedroid configuration from libhardware_moz. r=shuang
  • Loading branch information
BavarianTomcat committed Oct 21, 2015
2 parents a256393 + b7419ca commit 9d4b787
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BoardConfig.mk
Expand Up @@ -85,10 +85,13 @@ WPA_SUPPLICANT_VERSION := VER_0_8_X

# BT definitions for Qualcomm solution
BLUETOOTH_HCI_USE_MCT := true
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/sony/yukon/bluetooth
BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_QCOM := true

BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := \
device/sony/yukon/bluetooth \
hardware/libhardware_moz/include/hardware_moz/bluetooth/bluedroid

# GPS definitions for Qualcomm solution
BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := $(TARGET_BOARD_PLATFORM)
TARGET_NO_RPC := true
Expand Down
3 changes: 3 additions & 0 deletions bluetooth/bdroid_buildcfg.h
Expand Up @@ -17,6 +17,9 @@
#ifndef _BDROID_BUILDCFG_H
#define _BDROID_BUILDCFG_H

/* B2G common configuration. */
#include "b2g_bdroid_buildcfg.h"

#define BTA_HOST_INTERLEAVE_SEARCH TRUE

#endif

0 comments on commit 9d4b787

Please sign in to comment.