Add explicit memory argument for dex build

This commit is contained in:
Daniel Applebaum 2009-03-10 18:57:15 +00:00
parent 45227e2708
commit 3e90811a20
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@
<target name="dex" depends="compile">
<echo>Converting compiled files and external libraries into ${outdir}/${dex-file}...</echo>
<apply executable="${dx}" failonerror="true" parallel="true">
<arg value="-JXmx1024m" />
<arg value="--dex" />
<arg value="--output=${intermediate-dex-ospath}" />
<arg path="${outdir-classes-ospath}" />