summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-28 16:42:52 +0000
committerPaul Duffin <paulduffin@google.com>2016-11-28 16:42:52 +0000
commite519dd3b145c27e87f98914ab6034527b000c2e5 (patch)
tree629bec673cc3ca14d1fe1c921d34198c5a6569c2
parentded32186511387be56e353485f476262d6b14c66 (diff)
downloadplatform_external_jsr330-e519dd3b145c27e87f98914ab6034527b000c2e5.tar.gz
platform_external_jsr330-e519dd3b145c27e87f98914ab6034527b000c2e5.tar.bz2
platform_external_jsr330-e519dd3b145c27e87f98914ab6034527b000c2e5.zip
Use junit-host instead of junit
Bug: 30188076 Test: make checkbuild Change-Id: I696da0b41b42e327dd5e23e82c665133c1a22dc1
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 4337186..e2a00b1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -46,5 +46,5 @@ include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, tck)
LOCAL_MODULE := jsr330-tck-host
-LOCAL_JAVA_LIBRARIES := jsr330-host junit
+LOCAL_JAVA_LIBRARIES := jsr330-host junit-host
include $(BUILD_HOST_JAVA_LIBRARY)