diff options
author | Jaikumar Ganesh <jaikumar@google.com> | 2010-09-03 16:37:41 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-09-03 16:37:41 -0700 |
commit | 3a01360d72b93eb275ed5594d887561447aa701c (patch) | |
tree | 584005e9710f0ae87d63b5c9af8a784e2544756a | |
parent | c23c3ac8868640fff2d0a15e113ea5d4aa74e148 (diff) | |
parent | 76e93c5d20cae0c85ecd974b3d5fd77f36d3bcf6 (diff) | |
download | device_samsung_crespo-3a01360d72b93eb275ed5594d887561447aa701c.zip device_samsung_crespo-3a01360d72b93eb275ed5594d887561447aa701c.tar.gz device_samsung_crespo-3a01360d72b93eb275ed5594d887561447aa701c.tar.bz2 |
am 76e93c5d: Merge "S5PC11X: BT: Add bluetooth in BoardConfig.mk" into gingerbread
Merge commit '76e93c5d20cae0c85ecd974b3d5fd77f36d3bcf6' into gingerbread-plus-aosp
* commit '76e93c5d20cae0c85ecd974b3d5fd77f36d3bcf6':
S5PC11X: BT: Add bluetooth in BoardConfig.mk
-rwxr-xr-x | BoardConfig.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index b52aa27..9b8b1ab 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -26,6 +26,8 @@ BOARD_USES_GENERIC_AUDIO := true TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi +BOARD_HAVE_BLUETOOTH := true + TARGET_NO_BOOTLOADER := true ifndef TARGET_NO_KERNEL TARGET_NO_KERNEL := true |