summaryrefslogtreecommitdiffstats
path: root/test-runner/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test-runner/Android.mk')
-rw-r--r--test-runner/Android.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/test-runner/Android.mk b/test-runner/Android.mk
index 962e96c..42167c7 100644
--- a/test-runner/Android.mk
+++ b/test-runner/Android.mk
@@ -18,13 +18,10 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_JAVA_LIBRARIES := core framework
LOCAL_MODULE:= android.test.runner
include $(BUILD_JAVA_LIBRARY)
-
-# additionally, build unit tests in a separate .apk
-include $(call all-makefiles-under,$(LOCAL_PATH))