summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index bfc0dd91e..e38155ffd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -50,4 +50,8 @@ endif
include $(BUILD_PACKAGE)
-include $(call all-makefiles-under, $(LOCAL_PATH))
+include $(call all-makefiles-under,$(LOCAL_PATH)/jni)
+
+ifeq (,$(ONE_SHOT_MAKEFILE))
+include $(call all-makefiles-under,$(LOCAL_PATH)/tests)
+endif