mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
launch NDK build from inside build.xml.
This commit is contained in:
parent
82b232cf74
commit
05c220cf40
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
<!--
|
||||
|
|
Loading…
Reference in a new issue