ppsspp/android/ant-build.bat

3 lines
98 B
Batchfile
Raw Normal View History

2016-02-12 21:03:16 +00:00
set ANDROID_HOME=path/to/android-sdk/
set NDK=path/to/android-ndk/
2016-02-12 22:42:47 +00:00
ant release -Dndkbuildopt="-j6"