From 89268f716c78a42b6e52c4aad5aac7d31324f453 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 24 Sep 2010 11:25:43 -0700 Subject: 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 --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Android.mk') 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 -- cgit v1.1