mirror of
https://github.com/libretro/Play-.git
synced 2024-12-11 18:54:11 +00:00
5 lines
113 B
Bash
5 lines
113 B
Bash
#!/bin/bash
|
|
set -e
|
|
$ANDROID_SDK_ROOT/tools/android.bat update project -p .
|
|
$ANT_HOME/bin/ant debug -Dndk.debug=1
|