summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorAndre Eisenbach <andre@broadcom.com>2012-04-05 09:46:34 -0700
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:15 -0700
commit5883f2fb3fff54e3d308e64108b634eb85e43c62 (patch)
treec6f1e742c30b825492d706c162661925f6390ea3 /main
parent7688ec9bffe2be2850672db8d108cbf58edec341 (diff)
downloadexternal_bluetooth_bluedroid-5883f2fb3fff54e3d308e64108b634eb85e43c62.zip
external_bluetooth_bluedroid-5883f2fb3fff54e3d308e64108b634eb85e43c62.tar.gz
external_bluetooth_bluedroid-5883f2fb3fff54e3d308e64108b634eb85e43c62.tar.bz2
Added crespo4g configuration files
Change-Id: Ieb8df86f8a284f7a65eb3057d96003e72c32fb84
Diffstat (limited to 'main')
-rwxr-xr-xmain/Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/Android.mk b/main/Android.mk
index 0de4afc..cc19aa8 100755
--- a/main/Android.mk
+++ b/main/Android.mk
@@ -94,7 +94,11 @@ LOCAL_CFLAGS += -DBUILDCFG -Werror
ifeq ($(TARGET_PRODUCT), full_crespo)
LOCAL_CFLAGS += -DTARGET_CRESPO
-else
+endif
+ifeq ($(TARGET_PRODUCT), full_crespo4g)
+ LOCAL_CFLAGS += -DTARGET_CRESPO
+endif
+ifeq ($(TARGET_PRODUCT), full_maguro)
LOCAL_CFLAGS += -DTARGET_MAGURO
endif