From fb28402cf219bd46881ad4a788c957f6defbedbe Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Mon, 20 Aug 2012 16:27:28 -0700 Subject: Add support for per device bluetooth configuration. Bug: 6837125 Change-Id: Ief08fc116ab644e8c4f8668008561117b51a8956 --- BoardConfig.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 9f9d389..2e739d5 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -12,13 +12,13 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Default values, possibly overridden by BoardConfigVendor.mk +TARGET_BOARD_INFO_FILE := device/samsung/maguro/board-info.txt +BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/maguro/bluetooth + # Use the non-open-source part, if present -include vendor/samsung/maguro/BoardConfigVendor.mk -# Use the open-source board-info file if none was set by the vendor -# config. -TARGET_BOARD_INFO_FILE ?= device/samsung/maguro/board-info.txt - # Use the part that is common between all tunas include device/samsung/tuna/BoardConfig.mk -- cgit v1.1