summaryrefslogtreecommitdiffstats
path: root/test-runner/Android.mk
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2010-02-19 10:31:05 -0800
committerBrett Chabot <brettchabot@android.com>2010-02-19 10:31:05 -0800
commitc1ca8c51c616d1517b18bf24feaa9f8f1430c835 (patch)
treed4b1e47a6cbcb24f8f278d93c69041d3bcf1d38b /test-runner/Android.mk
parent9db619e5d3420c53d94866a02b8f3ed298afe636 (diff)
downloadframeworks_base-c1ca8c51c616d1517b18bf24feaa9f8f1430c835.zip
frameworks_base-c1ca8c51c616d1517b18bf24feaa9f8f1430c835.tar.gz
frameworks_base-c1ca8c51c616d1517b18bf24feaa9f8f1430c835.tar.bz2
Revert "Move framework test-runner unit tests to be closer to their source."
This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
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))