mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
add ant cleanup command
This commit is contained in:
parent
b6a129aa08
commit
76a337116f
@ -931,8 +931,9 @@ then
|
|||||||
cd android/phoenix
|
cd android/phoenix
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user