aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-28 12:35:16 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-28 12:35:16 +0000
commitd532dd184bd4d3a5a55dffaaef3e2bebbd346c87 (patch)
tree67f656a90b9320f24b1dfda54b77e9dfb52952fb
parentbdee35d507141a86e059991400452d3be261610f (diff)
parentfe726a1ab7e9f23c8e2dbba37d4e02944aef15b2 (diff)
downloadplatform_external_junit-params-d532dd184bd4d3a5a55dffaaef3e2bebbd346c87.tar.gz
platform_external_junit-params-d532dd184bd4d3a5a55dffaaef3e2bebbd346c87.tar.bz2
platform_external_junit-params-d532dd184bd4d3a5a55dffaaef3e2bebbd346c87.zip
Use junit-hostdex instead of core-junit-hostdex/junit4-target-hostdex
am: fe726a1ab7 Change-Id: I58535bb28bcc4ef763e48c81db02705a7bb657fd
-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)
#-------------------------------