summaryrefslogtreecommitdiff
path: root/android_icu4j
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-29 14:28:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-29 14:28:43 +0000
commit51dd02ab4059883b8e583353962e61f541dda135 (patch)
tree034e16cf7086209c0b413cead61ed706e7d3e830 /android_icu4j
parent3bed43ac0edfaaf804997e2429b0d78a3a32a2f1 (diff)
parent87e3decfbe5a5acb8163e7ddac99af13f7c2d538 (diff)
downloadicu-51dd02ab4059883b8e583353962e61f541dda135.tar.gz
Use junit-host instead of junit am: 613a3726a0
am: 87e3decfbe Change-Id: I87b0cb41e2450f2d9cecf7160bcf695bff8afcf2
Diffstat (limited to 'android_icu4j')
-rw-r--r--android_icu4j/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_icu4j/Android.mk b/android_icu4j/Android.mk
index 1ed6cf740..265a466e8 100644
--- a/android_icu4j/Android.mk
+++ b/android_icu4j/Android.mk
@@ -85,6 +85,6 @@ LOCAL_SRC_FILES := \
LOCAL_JAVA_RESOURCE_DIRS := src/main/tests
LOCAL_STATIC_JAVA_LIBRARIES := \
android-icu4j-host \
- junit
+ junit-host
LOCAL_MODULE := android-icu4j-tests-host
include $(BUILD_HOST_JAVA_LIBRARY)