summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2011-05-17 11:28:51 -0700
committerElliott Hughes <enh@google.com>2011-05-17 11:28:51 -0700
commit293dd5b6c1e8ef469fd2be760afbf61a896fc3e6 (patch)
tree7a32a901cba01f618d3fc8ee8357fa7c44d0718d /Android.mk
parent159b07372841916767251fc5416f3bb6963fe1cb (diff)
downloadlibcore-293dd5b6c1e8ef469fd2be760afbf61a896fc3e6.zip
libcore-293dd5b6c1e8ef469fd2be760afbf61a896fc3e6.tar.gz
libcore-293dd5b6c1e8ef469fd2be760afbf61a896fc3e6.tar.bz2
Add the external/apache-harmony tests to the host build.
Change-Id: I16081d9874da72e0aa8d596c65dfd1ad4545b377
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk15
1 files changed, 14 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 4384c3e..69e46ec 100644
--- a/Android.mk
+++ b/Android.mk
@@ -54,5 +54,18 @@ endif
ifeq ($(WITH_HOST_DALVIK),true)
.PHONY: dalvik-host
- dalvik-host: dalvik $(HOST_OUT)/bin/dalvikvm $(HOST_OUT)/bin/dexopt $(HOST_OUT)/lib/libsqlite.so cacerts-host $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.dat $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.idx $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.version core-hostdex bouncycastle-hostdex apache-xml-hostdex $(call intermediates-dir-for,JAVA_LIBRARIES,core-tests,,COMMON)/classes.jar
+ dalvik-host: \
+ dalvik \
+ $(HOST_OUT)/bin/dalvikvm \
+ $(HOST_OUT)/bin/dexopt \
+ $(HOST_OUT)/lib/libsqlite.so \
+ cacerts-host \
+ $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.dat \
+ $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.idx \
+ $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.version \
+ core-hostdex \
+ bouncycastle-hostdex \
+ apache-xml-hostdex \
+ apache-harmony-tests-hostdex \
+ $(call intermediates-dir-for,JAVA_LIBRARIES,core-tests,,COMMON)/classes.jar
endif