mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
add pre-clean target other build.xml files have
This commit is contained in:
parent
fdfbd792f7
commit
82e1c826a6
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@
|
|||
unless="sdk.dir"
|
||||
/>
|
||||
|
||||
<target name="-pre-clean">
|
||||
<exec dir="." executable="../scripts/ndkbuild.sh" output="/dev/null">
|
||||
<arg value="clean"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
<!-- extension targets. Uncomment the ones where you want to do custom work
|
||||
in between standard targets -->
|
||||
|
|
Loading…
Reference in a new issue