aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-28 12:42:36 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-28 12:42:36 +0000
commitbab2c37bb5a851032d525b3e4b2a8b7790916c6a (patch)
treefad65641651084318caef0f00e7c8a39e24a8b2a
parent3144f062045abe83a1cbbe348ac2f34c2452870f (diff)
parent332e82d5493255562930e3186fe5b2b6ee807230 (diff)
downloadtestng-bab2c37bb5a851032d525b3e4b2a8b7790916c6a.tar.gz
Use junit-hostdex instead of core-junit-hostdex/junit4-target-hostdex am: 6f56afc883 am: f76c7659c2
am: 332e82d549 Change-Id: I719e425f5eb1b6af545b39cbefb0042bc37cee14
-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)