summaryrefslogtreecommitdiffstats
path: root/test-runner/Android.mk
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2012-05-09 18:08:31 -0700
committerBrett Chabot <brettchabot@android.com>2012-05-09 18:08:31 -0700
commita0b2786304a83f6083423b1996f675dc08e48a56 (patch)
tree83bf908483a73dfe174c4ecafb1e4f4060607afb /test-runner/Android.mk
parentaaee2e77256882874806d4d1cd46b0a649e7c40f (diff)
downloadframeworks_base-a0b2786304a83f6083423b1996f675dc08e48a56.zip
frameworks_base-a0b2786304a83f6083423b1996f675dc08e48a56.tar.gz
frameworks_base-a0b2786304a83f6083423b1996f675dc08e48a56.tar.bz2
Delete duplicate copies of junit source.
Bug 5826326 Change-Id: Ie361b3778076686c5a59d8392aadb8c86a9ae981
Diffstat (limited to 'test-runner/Android.mk')
-rw-r--r--test-runner/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-runner/Android.mk b/test-runner/Android.mk
index 6d81b71..0d9e4f1 100644
--- a/test-runner/Android.mk
+++ b/test-runner/Android.mk
@@ -21,6 +21,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_JAVA_LIBRARIES := core core-junit framework
+LOCAL_STATIC_JAVA_LIBRARIES := junit-runner
LOCAL_MODULE:= android.test.runner