aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-28 12:38:34 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-28 12:38:34 +0000
commit3c0b47b663a5e46739b94c98c78ed1bf8b537762 (patch)
tree67f656a90b9320f24b1dfda54b77e9dfb52952fb
parent48ccb76667ee330d1f4e8cf18bb36ebb90a6a5e4 (diff)
parentd532dd184bd4d3a5a55dffaaef3e2bebbd346c87 (diff)
downloadjunit-params-3c0b47b663a5e46739b94c98c78ed1bf8b537762.tar.gz
Use junit-hostdex instead of core-junit-hostdex/junit4-target-hostdex am: fe726a1ab7
am: d532dd184b Change-Id: Ib7120adf775bb93fd74a0e9ec7f3880cb922c76e
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 515d2e2..4bc24a1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -36,7 +36,7 @@ LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_MODULE_TAGS := optional
LOCAL_JAVA_LIBRARIES := core-oj-hostdex core-libart-hostdex
LOCAL_STATIC_JAVA_LIBRARIES := \
- junit4-target-hostdex
+ junit-hostdex
include $(BUILD_HOST_DALVIK_STATIC_JAVA_LIBRARY)
#-------------------------------