summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-30 14:53:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-11-30 14:53:17 +0000
commiteafda48599fc698c9d156da70869a3a7a13f2adb (patch)
tree0a1bac425c978a143eac99f3ab5ce0bf1e729073
parent775ec86c48d93a5c0ee3dae94ac881154aeab37f (diff)
parent9d0e9e2fe897a6cf07f5273e9580f784be497108 (diff)
downloadloganalysis-eafda48599fc698c9d156da70869a3a7a13f2adb.tar.gz
Merge "Use junit-host instead of junit"
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 3dd1586..3628ad3 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,7 +23,7 @@ LOCAL_JAVACFLAGS += -g -Xlint
LOCAL_MODULE := loganalysis
LOCAL_MODULE_TAGS := optional
-LOCAL_STATIC_JAVA_LIBRARIES := guava-15.0-prebuilt json-prebuilt junit
+LOCAL_STATIC_JAVA_LIBRARIES := guava-15.0-prebuilt json-prebuilt junit-host
include $(BUILD_HOST_JAVA_LIBRARY)