diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-10 20:17:14 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-10 20:25:41 +0100 |
commit | 8b539062b9a9765c266e63766b1075170765474f (patch) | |
tree | dcac4b79fc7417ce4707f017e5666438d4ecef77 /BoardCommonConfig.mk | |
parent | ed2a09860f19fb74b9ae96c59a42aa003341d303 (diff) | |
download | device_samsung_smdk4412-common-8b539062b9a9765c266e63766b1075170765474f.zip device_samsung_smdk4412-common-8b539062b9a9765c266e63766b1075170765474f.tar.gz device_samsung_smdk4412-common-8b539062b9a9765c266e63766b1075170765474f.tar.bz2 |
smdk4412: remove bt init, add bt vendor conf, enable bt-pan interface
Change-Id: Ifc6e0f776be4dddf32a7c5fe2f8e22ed9dfe6fae
Diffstat (limited to 'BoardCommonConfig.mk')
-rw-r--r-- | BoardCommonConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index 7ab7f18..703be77 100644 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -123,6 +123,7 @@ BOARD_HAVE_SAMSUNG_WIFI := true BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_BCM := true BOARD_HAVE_SAMSUNG_BLUETOOTH := true +BOARD_BLUEDROID_VENDOR_CONF := device/samsung/smdk4412-common/bluetooth/vnd_smdk4x12.txt # Vold TARGET_USE_CUSTOM_LUN_FILE_PATH := "/sys/devices/platform/s3c-usbgadget/gadget/lun%d/file" |