summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-28 12:35:13 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-28 12:35:13 +0000
commit174fbeec64f4cbb3339df29e32f7abe358176d49 (patch)
treecbcfcc952ec1cc8e4cc3437dfce45959fdd31a4c
parent938cea4fb06449547acaa3340f1a23c7cda377f6 (diff)
parent50c1bb94cb56bdc1e50fd75c355b7e0b7f9d965e (diff)
downloadapache-harmony-174fbeec64f4cbb3339df29e32f7abe358176d49.tar.gz
Merge "Use junit-hostdex instead of core-junit-hostdex/junit4-target-hostdex"
am: 50c1bb94cb Change-Id: Iab108d2b0c9fbe39fe20aca8e1a89743845012ad
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 7b98b89..1e9e751 100644
--- a/Android.mk
+++ b/Android.mk
@@ -51,7 +51,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(harmony_test_src_files)
LOCAL_JAVA_RESOURCE_DIRS := $(harmony_test_resource_dirs)
LOCAL_NO_STANDARD_LIBRARIES := true
-LOCAL_JAVA_LIBRARIES := core-oj-hostdex core-libart-hostdex core-junit-hostdex
+LOCAL_JAVA_LIBRARIES := core-oj-hostdex core-libart-hostdex junit-hostdex
LOCAL_JAVACFLAGS := $(harmony_test_javac_flags)
LOCAL_MODULE := apache-harmony-tests-hostdex
LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt