summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)