mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 08:39:51 +00:00
Merge pull request #8581 from sum2012/ant-build
Add ant build script for Android in windows
This commit is contained in:
commit
199ce4ef9e
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…
Reference in New Issue
Block a user