ppsspp/android/ant-build.bat

3 lines
98 B
Batchfile
Raw Normal View History

2016-02-13 05:03:16 +08:00
set ANDROID_HOME=path/to/android-sdk/
set NDK=path/to/android-ndk/
2016-02-13 06:42:47 +08:00
ant release -Dndkbuildopt="-j6"