diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-11-23 17:48:59 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-11-23 17:50:37 +0100 |
commit | 2a5058e81df097ea1a815495d5a59efd646e3c30 (patch) | |
tree | d637b706af1efd81276f48b8baf8a21ce40bcda4 /BoardConfig.mk | |
parent | d437bdc0c727eb10dfb9db1c979e6f4d3034cb6e (diff) | |
download | device_samsung_i9300-2a5058e81df097ea1a815495d5a59efd646e3c30.zip device_samsung_i9300-2a5058e81df097ea1a815495d5a59efd646e3c30.tar.gz device_samsung_i9300-2a5058e81df097ea1a815495d5a59efd646e3c30.tar.bz2 |
i9300: add bluetooth build config
Change-Id: Iea01fbf70eee99a09c80f0dd4ae8c686e39b18f1
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 3455b14..a382193 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -19,6 +19,8 @@ -include device/samsung/smdk4412-common/BoardCommonConfig.mk +# Bluetooth +BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/i9300/bluetooth # Kernel TARGET_KERNEL_SOURCE := kernel/samsung/smdk4412 |