mirror of
https://github.com/libretro/Play-.git
synced 2024-12-13 11:35:30 +00:00
dd77fb3221
git-svn-id: http://svn.purei.org/purei/trunk@1528 b36208d7-6611-0410-8bec-b1987f11c4a2
6 lines
139 B
Bash
6 lines
139 B
Bash
#!/bin/bash
|
|
set -e
|
|
$ANDROID_SDK_ROOT/tools/android.bat update project -p .
|
|
$ANDROID_NDK_ROOT/ndk-build NDK_DEBUG=1
|
|
$ANT_HOME/bin/ant debug
|