Merge pull request #8581 from sum2012/ant-build

Add ant build script for Android in windows
This commit is contained in:
Henrik Rydgård 2016-02-12 23:48:43 +01:00
commit 199ce4ef9e

3
android/ant-build.bat Normal file
View File

@ -0,0 +1,3 @@
set ANDROID_HOME=path/to/android-sdk/
set NDK=path/to/android-ndk/
ant release -Dndkbuildopt="-j6"