launch NDK build from inside build.xml.

This commit is contained in:
Eric House 2012-02-13 22:15:12 -08:00
parent 82b232cf74
commit 05c220cf40

View file

@ -50,6 +50,9 @@
in between standard targets -->
<target name="-pre-build">
<exec dir="." executable="../scripts/ndkbuild.sh" >
<arg value="-j3"/>
</exec>
<exec dir=".." executable="./scripts/genvers.sh" output="ant_out.txt" />
</target>
<!--