summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-12-01 13:03:09 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-12-01 13:03:09 +0000
commit75e4a422eca47349d98778ef53ea2b009a8c57b9 (patch)
treecdfe8b97dca2f643ac833b594c6550fbf5d99986
parenteafda48599fc698c9d156da70869a3a7a13f2adb (diff)
parentbc2851d30dee7d26857950417db9b9aa57016b07 (diff)
downloadloganalysis-75e4a422eca47349d98778ef53ea2b009a8c57b9.tar.gz
Merge "Use junit-host instead of junit"
-rw-r--r--tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 32019a7..d5e8881 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -23,7 +23,7 @@ LOCAL_JAVACFLAGS += -g -Xlint
LOCAL_MODULE := loganalysis-tests
LOCAL_MODULE_TAGS := optional
-LOCAL_STATIC_JAVA_LIBRARIES := easymock junit
+LOCAL_STATIC_JAVA_LIBRARIES := easymock junit-host
LOCAL_JAVA_LIBRARIES := loganalysis
include $(BUILD_HOST_JAVA_LIBRARY)