mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #8581 from sum2012/ant-build
Add ant build script for Android in windows
This commit is contained in:
commit
199ce4ef9e
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="-j6"
|
Loading…
Add table
Reference in a new issue