summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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