summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-29 10:26:00 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-29 10:26:00 +0000
commit5b207ea2112bf5c35b0e2ec9fe9c0b1c43f48166 (patch)
tree629bec673cc3ca14d1fe1c921d34198c5a6569c2
parent5072e1e8df800854dc43b2586208b994c08b8520 (diff)
parent997bbb52aa0a62bb41debe7cd715935795f02861 (diff)
downloadjsr330-5b207ea2112bf5c35b0e2ec9fe9c0b1c43f48166.tar.gz
Use junit-host instead of junit am: e519dd3b14
am: 997bbb52aa Change-Id: I518ef4b654da108ec93359145d2aef7bddb91dc7
-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)