summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-30 13:37:54 +0000
committerPaul Duffin <paulduffin@google.com>2016-11-30 13:37:54 +0000
commit9d0e9e2fe897a6cf07f5273e9580f784be497108 (patch)
tree0a1bac425c978a143eac99f3ab5ce0bf1e729073
parent775ec86c48d93a5c0ee3dae94ac881154aeab37f (diff)
downloadloganalysis-9d0e9e2fe897a6cf07f5273e9580f784be497108.tar.gz
Use junit-host instead of junit
Bug: 30188076 Test: make checkbuild Change-Id: I126c6f8c86455bf63a9dce5e3a535abbaa7c0c73
-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)