aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-29 12:45:20 +0000
committerPaul Duffin <paulduffin@google.com>2016-11-29 12:45:20 +0000
commit92b5e663ada944a1e38e9acc79118a6a7867df7b (patch)
treefad8dfb92271dc8fa02f180bd9017d81e37c2ba7
parentfe726a1ab7e9f23c8e2dbba37d4e02944aef15b2 (diff)
downloadplatform_external_junit-params-92b5e663ada944a1e38e9acc79118a6a7867df7b.tar.gz
platform_external_junit-params-92b5e663ada944a1e38e9acc79118a6a7867df7b.tar.bz2
platform_external_junit-params-92b5e663ada944a1e38e9acc79118a6a7867df7b.zip
Use junit-host instead of junit
Bug: 30188076 Test: make checkbuild Change-Id: I7cb06fd4ebe00601d176fee3b1080c8a46930bbb
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 4bc24a1..549592e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,7 +24,7 @@ LOCAL_MODULE := junit-params-host
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_JAVA_LIBRARIES := \
- junit
+ junit-host
include $(BUILD_HOST_JAVA_LIBRARY)
# build for the host dalvik