aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-28 12:46:37 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-28 12:46:37 +0000
commitaec65ab881119fac0392777f09d90c40605ac9e9 (patch)
treefad65641651084318caef0f00e7c8a39e24a8b2a
parentf551def9427f769e5979b86fa810f9224f83bbf0 (diff)
parentbab2c37bb5a851032d525b3e4b2a8b7790916c6a (diff)
downloadtestng-aec65ab881119fac0392777f09d90c40605ac9e9.tar.gz
Use junit-hostdex instead of core-junit-hostdex/junit4-target-hostdex am: 6f56afc883 am: f76c7659c2 am: 332e82d549
am: bab2c37bb5 Change-Id: I951eb021d8d842cdf2e9d885bac3d3a15d2fcaec
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index caaabaa4..19a18b80 100644
--- a/Android.mk
+++ b/Android.mk
@@ -89,7 +89,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(testng_src_files)
LOCAL_MODULE := testng-hostdex
LOCAL_STATIC_JAVA_LIBRARIES := jcommander-hostdex snakeyaml-hostdex guice-hostdex
-LOCAL_JAVA_LIBRARIES := junit-hostdex junit4-target-hostdex
+LOCAL_JAVA_LIBRARIES := junit-hostdex
include $(LOCAL_PATH)/GenerateTemplates.mk # Generate Version.java
include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)