summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-09-24 11:25:43 -0700
committerAndy McFadden <fadden@android.com>2010-09-24 12:07:13 -0700
commit89268f716c78a42b6e52c4aad5aac7d31324f453 (patch)
tree1f0c4707226e9e876302ec6c4eb51adb8c500f7b /Android.mk
parentd08f5e37bfb7e6f648f26f8daa3f3007ea995648 (diff)
downloaddevice_samsung_crespo-89268f716c78a42b6e52c4aad5aac7d31324f453.zip
device_samsung_crespo-89268f716c78a42b6e52c4aad5aac7d31324f453.tar.gz
device_samsung_crespo-89268f716c78a42b6e52c4aad5aac7d31324f453.tar.bz2
Fix sim-eng build.
Exclude crespo files from sim-eng build. Some of the makefiles depend explicitly on libc (which is weird) and libdl (which is normal for us), and neither of those plays well in sim-eng. Change-Id: I2907a04ddb274597f75fdafacff99df8bb005168
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index d0ef6e4..dbef347 100644
--- a/Android.mk
+++ b/Android.mk
@@ -35,4 +35,6 @@ include $(BUILD_EXECUTABLE)
endif
+ifneq ($(TARGET_SIMULATOR),true)
include $(call all-makefiles-under,$(LOCAL_PATH))
+endif