summaryrefslogtreecommitdiffstats
path: root/test/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/Android.mk')
-rw-r--r--test/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Android.mk b/test/Android.mk
new file mode 100644
index 0000000..3c3cb61
--- /dev/null
+++ b/test/Android.mk
@@ -0,0 +1,3 @@
+ifneq ($(TARGET_SIMULATOR),true)
+ include $(call all-subdir-makefiles)
+endif