summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJean-Philippe Lesot <jplesot@google.com>2014-10-23 19:31:39 +0200
committerJean-Philippe Lesot <jplesot@google.com>2014-10-23 19:37:11 +0200
commit916c60b458937e26064df8f8391ea54e862cdfcd (patch)
tree2f39624378c7c461cc1e1353f2ba8ef0c173db62 /build.xml
parent589e047557d3bafd14fc581106a42b8b7119b086 (diff)
downloadtoolchain_jill-916c60b458937e26064df8f8391ea54e862cdfcd.zip
toolchain_jill-916c60b458937e26064df8f8391ea54e862cdfcd.tar.gz
toolchain_jill-916c60b458937e26064df8f8391ea54e862cdfcd.tar.bz2
Add support for generic '@' in Jill command line
Change-Id: I78ab36986d9867e6020d8181ffcf36c46086f20f
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index d4c8968..64b709f 100644
--- a/build.xml
+++ b/build.xml
@@ -45,10 +45,11 @@
<delete dir="${jill.libs.dir}" />
</target>
- <target name="jill-copy-libs" depends="guava-lib,asm4-lib,args4j-lib,jsr305-lib,
+ <target name="jill-copy-libs" depends="sched-lib,guava-lib,asm4-lib,args4j-lib,jsr305-lib,
dexcomparator-lib">
<copy todir="${jill.libs.dir}" flatten="true">
<filelist id="jill.libs.filelist" dir="/" >
+ <file name="${schedlib.dist.dir}/${schedlib.libname}"/>
<file name="${guava.dist.dir}/${guava.libname}"/>
<file name="${args4j.dist.dir}/${args4j.libname}"/>
<file name="${jsr305.dist.dir}/${jsr305.libname}"/>
@@ -85,6 +86,9 @@
<fileset dir="${guava.build.outdir}">
<include name="**/*" />
</fileset>
+ <fileset dir="${schedlib.build.outdir}">
+ <include name="**/*" />
+ </fileset>
<fileset dir="${args4j.build.outdir}">
<include name="**/*" />
</fileset>