add ant cleanup command

This commit is contained in:
radius 2015-01-28 19:01:24 -05:00
parent b6a129aa08
commit 76a337116f

View File

@ -932,7 +932,8 @@ then
rm bin/*.apk rm bin/*.apk
$NDK clean $NDK clean
$NDK -j8 $NDK -j${JOBS}
ant clean
android update project --path . --target android-21 android update project --path . --target android-21
android update project --path libs/googleplay --target android-21 android update project --path libs/googleplay --target android-21
android update project --path libs/appcompat --target android-21 android update project --path libs/appcompat --target android-21