summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-12-01 13:14:51 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-12-01 13:14:51 +0000
commit7888554b3c02e777868912aa826ba14e2900d18e (patch)
treecdfe8b97dca2f643ac833b594c6550fbf5d99986
parent329b994eee2e24a6decb490e4d986875c89ac0d7 (diff)
parent3c8cd0cd4bdf2953345a4465c1de9921069c123a (diff)
downloadloganalysis-7888554b3c02e777868912aa826ba14e2900d18e.tar.gz
Merge "Use junit-host instead of junit" am: 75e4a422ec
am: 3c8cd0cd4b Change-Id: Ida3e5c78a1e143a242b47183b1f176a3ebbbd8fd
-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)