aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-29 14:29:10 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-29 14:29:10 +0000
commita7f6937746047430213bd389198f488248433c75 (patch)
treea5cb46e71df88214ade27d4c1c7fd0762ae25089
parent3c5ed5c5bdf384e1900a776aa98bce0099e753a6 (diff)
parent3e2baf2ea3dfaa9c861b603db11caab9ed511d9f (diff)
downloadtestng-a7f6937746047430213bd389198f488248433c75.tar.gz
Use junit-host instead of junit am: 2b3f2b2acf
am: 3e2baf2ea3 Change-Id: I2c341db5cc4c9420a4309d303c5c9f0f36b76394
-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)