Fast build
This commit is contained in:
parent
232da9c70b
commit
ab3bcae537
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@
|
||||||
<!-- Requires 1) gcc, 2) make, 3) download android sources (skia) - specify branch 4) Define environment variable ANDROID_SRC -->
|
<!-- Requires 1) gcc, 2) make, 3) download android sources (skia) - specify branch 4) Define environment variable ANDROID_SRC -->
|
||||||
<echo>Package helper running: nativeon</echo>
|
<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
|
<apkbuilder
|
||||||
outfolder="${out.absolute.dir}"
|
outfolder="${out.absolute.dir}"
|
||||||
resourcefile="${resource.package.file.name}"
|
resourcefile="${resource.package.file.name}"
|
||||||
|
|
Loading…
Reference in a new issue