Fast build

This commit is contained in:
vshcherb 2012-03-03 18:23:15 +01:00
parent 232da9c70b
commit ab3bcae537

View file

@ -276,7 +276,7 @@
<!-- Requires 1) gcc, 2) make, 3) download android sources (skia) - specify branch 4) Define environment variable ANDROID_SRC -->
<echo>Package helper running: nativeon</echo>
<exec command="${ndk.dir}/ndk-build V=1" failonerror="true"/>
<exec command="${ndk.dir}/ndk-build -j 8 V=1" failonerror="true"/>
<apkbuilder
outfolder="${out.absolute.dir}"
resourcefile="${resource.package.file.name}"