mirror of
https://github.com/libretro/Play-.git
synced 2025-03-04 09:17:50 +00:00
7 lines
179 B
Bash
7 lines
179 B
Bash
#!/bin/bash
|
|
set -e
|
|
$ANDROID_SDK_ROOT/tools/android.bat update project -p .
|
|
$ANDROID_NDK_ROOT/ndk-build clean
|
|
$ANDROID_NDK_ROOT/ndk-build clean NDK_DEBUG=1
|
|
$ANT_HOME/bin/ant clean
|