summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2014-10-02 15:49:42 +0200
committerYohann Roussel <yroussel@google.com>2014-11-12 11:06:16 +0000
commit688e69190e30c6433586e60a773bf0a8c9ce0a31 (patch)
tree777a434945f2543d0f85bf1a4e8b375c4aaf2b61
parentdd74a56a6d9a52b758982cc293ea9f6ad286d3db (diff)
downloadtoolchain_jill-688e69190e30c6433586e60a773bf0a8c9ce0a31.zip
toolchain_jill-688e69190e30c6433586e60a773bf0a8c9ce0a31.tar.gz
toolchain_jill-688e69190e30c6433586e60a773bf0a8c9ce0a31.tar.bz2
core-hostdex was removed, use core-libart-hostdex instead
(cherry picked from commit d7ee8d14155bc63840207c8992ac723dc910aaf6) Change-Id: I241f3aa10de11888eedb6063b3ccf8fc0c2df1b8
-rw-r--r--jill/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/jill/Android.mk b/jill/Android.mk
index c3eb6c4..1c0065e 100644
--- a/jill/Android.mk
+++ b/jill/Android.mk
@@ -96,7 +96,7 @@ include $(BUILD_HOST_JAVA_LIBRARY)
LIB_JILL_UNIT_TESTS := $(LOCAL_BUILT_MODULE)
-local_unit_libs := $(call java-lib-files,core-hostdex junit4-hostdex-jack,true)
+local_unit_libs := $(call java-lib-files,core-libart-hostdex junit4-hostdex-jack,true)
.PHONY: test-jill
test-jill-unit: PRIVATE_RUN_TESTS := ./run-jill-unit-tests