summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index ba187a6..be40b45 100644..100755
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,6 @@
+CONN_PATH := $(call my-dir)
+
ifneq ($(TARGET_SIMULATOR),true)
-include $(call all-subdir-makefiles)
+include $(call first-makefiles-under, $(CONN_PATH))
endif
+