add pre-clean target other build.xml files have

This commit is contained in:
Eric House 2012-03-05 20:14:54 -08:00
parent fdfbd792f7
commit 82e1c826a6

View file

@ -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 -->