summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-28 12:29:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-11-28 12:29:21 +0000
commit50c1bb94cb56bdc1e50fd75c355b7e0b7f9d965e (patch)
treecbcfcc952ec1cc8e4cc3437dfce45959fdd31a4c
parent5dfcde90a5aa33894ca65854492bed4b538478ad (diff)
parent24fdc823f2be8800d8ed8f80292cd4e90c3d01e6 (diff)
downloadapache-harmony-50c1bb94cb56bdc1e50fd75c355b7e0b7f9d965e.tar.gz
Merge "Use junit-hostdex instead of core-junit-hostdex/junit4-target-hostdex"
-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