diff options
author | Nick Pelly <npelly@google.com> | 2010-09-28 22:02:15 -0700 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2010-09-28 22:02:15 -0700 |
commit | 17fc923af10eb669e0d7761a0d861afd87f87260 (patch) | |
tree | 518ed8b22ee7615fc7b1e8a4e59d6e1ef662ca6d | |
parent | 2923a6ff03c0f6b36d4922736858a52d14910072 (diff) | |
download | device_samsung_crespo-17fc923af10eb669e0d7761a0d861afd87f87260.zip device_samsung_crespo-17fc923af10eb669e0d7761a0d861afd87f87260.tar.gz device_samsung_crespo-17fc923af10eb669e0d7761a0d861afd87f87260.tar.bz2 |
Add HAVE_NFC to bootstrap featurization of NFC.
Change-Id: I6f952556b070fd65f3544786d1d774d3f7ec54d8
Signed-off-by: Nick Pelly <npelly@google.com>
-rwxr-xr-x | BoardConfig.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index e9ff626..3b1a727 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -31,6 +31,8 @@ TARGET_CPU_ABI2 := armeabi BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_BCM := true +BOARD_HAVE_NFC := true + TARGET_NO_BOOTLOADER := true TARGET_NO_KERNEL := false |