aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-25 15:27:13 +0000
committerPaul Duffin <paulduffin@google.com>2016-11-25 15:27:13 +0000
commitfe726a1ab7e9f23c8e2dbba37d4e02944aef15b2 (patch)
tree67f656a90b9320f24b1dfda54b77e9dfb52952fb
parent630c32b92bf3cc6179c211290016089d40319119 (diff)
downloadjunit-params-fe726a1ab7e9f23c8e2dbba37d4e02944aef15b2.tar.gz
Use junit-hostdex instead of core-junit-hostdex/junit4-target-hostdex
A recent change in external/junit changes junit-hostdex so it includes all JUnit classes not just the ones not in core-junit-hostdex and not in junit4-target-hostdex. This change updates this project to use junit-hostdex instead of either of or even both of the other two. Bug: 30188076 Test: make checkbuild and art/tools/run-libcore-tests.sh '--mode=host' '--variant=X32' Change-Id: I046c394b2174567dd933105497d784ca3477ef0f
-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)
#-------------------------------