aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 5053e7d..56c23dd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1 +1,3 @@
-include $(call all-subdir-makefiles)
+ifeq ($(TARGET_SIMULATOR),false)
+ include $(call all-subdir-makefiles)
+endif