summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-29 10:21:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-29 10:21:31 +0000
commit997bbb52aa0a62bb41debe7cd715935795f02861 (patch)
tree629bec673cc3ca14d1fe1c921d34198c5a6569c2
parent5072e1e8df800854dc43b2586208b994c08b8520 (diff)
parente519dd3b145c27e87f98914ab6034527b000c2e5 (diff)
downloadplatform_external_jsr330-997bbb52aa0a62bb41debe7cd715935795f02861.tar.gz
platform_external_jsr330-997bbb52aa0a62bb41debe7cd715935795f02861.tar.bz2
platform_external_jsr330-997bbb52aa0a62bb41debe7cd715935795f02861.zip
Use junit-host instead of junitandroid-n-mr2-preview-1
am: e519dd3b14 Change-Id: I1f7a3445aaf9e6e8a692160769eaa53680c15e86
-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)