diff options
author | Elliott Hughes <enh@google.com> | 2011-05-17 11:28:51 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2011-05-17 11:28:51 -0700 |
commit | 293dd5b6c1e8ef469fd2be760afbf61a896fc3e6 (patch) | |
tree | 7a32a901cba01f618d3fc8ee8357fa7c44d0718d /Android.mk | |
parent | 159b07372841916767251fc5416f3bb6963fe1cb (diff) | |
download | libcore-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.mk | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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 |