mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add ant build script for windows
This commit is contained in:
parent
bc1ed6e01f
commit
8e82a698ff
1 changed files with 3 additions and 0 deletions
3
android/ant-build.bat
Normal file
3
android/ant-build.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
set ANDROID_HOME=path/to/android-sdk/
|
||||
set NDK=path/to/android-ndk/
|
||||
ant release -Dndkbuildopt="APP_ABI=armeabi-v7a -j6"
|
Loading…
Add table
Reference in a new issue