1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-07 02:30:10 -05:00

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

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}" />