aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-29 14:24:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-29 14:24:12 +0000
commit3e2baf2ea3dfaa9c861b603db11caab9ed511d9f (patch)
treea5cb46e71df88214ade27d4c1c7fd0762ae25089
parent05053b0bd31eefef587e7c2f015a60815125899c (diff)
parent2b3f2b2acf1beec836e55a71ef7ce0505dea9666 (diff)
downloadtestng-3e2baf2ea3dfaa9c861b603db11caab9ed511d9f.tar.gz
Use junit-host instead of junit
am: 2b3f2b2acf Change-Id: Ib20918e697d3cfbda498a8ac8325baf887f53931
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c2049246..b4cd5a52 100644
--- a/Android.mk
+++ b/Android.mk
@@ -79,7 +79,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(testng_src_files)
LOCAL_MODULE := testng-host
LOCAL_STATIC_JAVA_LIBRARIES := jcommander-host snakeyaml-host guice-host
-LOCAL_JAVA_LIBRARIES := junit
+LOCAL_JAVA_LIBRARIES := junit-host
LOCAL_IS_HOST_MODULE := true
include $(LOCAL_PATH)/GenerateTemplates.mk # Generate Version.java
include $(BUILD_HOST_JAVA_LIBRARY)