summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-30 14:59:30 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-30 14:59:30 +0000
commit4d0a75dc75a9bc03e0d380932ddfcead634a5f2d (patch)
tree0a1bac425c978a143eac99f3ab5ce0bf1e729073
parent775ec86c48d93a5c0ee3dae94ac881154aeab37f (diff)
parenteafda48599fc698c9d156da70869a3a7a13f2adb (diff)
downloadloganalysis-4d0a75dc75a9bc03e0d380932ddfcead634a5f2d.tar.gz
Merge "Use junit-host instead of junit"
am: eafda48599 Change-Id: I8cc071d266f405dd4987c4cc13523e96a2936bd7
-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)