mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 15:26:23 +00:00
Updated Android build scripts.
This commit is contained in:
parent
88bb759a74
commit
8739fd7a9f
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
$ANDROID_SDK_ROOT/tools/android.bat update project -p .
|
||||
$ANT_HOME/bin/ant debug
|
||||
$ANT_HOME/bin/ant debug -Dndk.debug=1
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
$ANDROID_SDK_ROOT/tools/android.bat update project -p .
|
||||
$ANT_HOME/bin/ant release
|
||||
$ANT_HOME/bin/ant release -Dndk.debug=0
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/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
|
||||
$ANT_HOME/bin/ant clean -Dndk.debug=0
|
||||
$ANT_HOME/bin/ant clean -Dndk.debug=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user