mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 07:20:56 +00:00
5 lines
99 B
Bash
5 lines
99 B
Bash
#!/bin/bash
|
|
set -e
|
|
$ANDROID_SDK_ROOT/tools/android.bat update project -p .
|
|
$ANT_HOME/bin/ant clean
|