add ant cleanup command

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

View File

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