v0.4.2b: provided a gradle build task for FroyoGLES20Fix

This commit is contained in:
Evan Debenham
2016-09-15 20:03:14 -04:00
parent 1aed7a7501
commit 0688896113
3 changed files with 26 additions and 3 deletions
@@ -0,0 +1,3 @@
APP_ABI := armeabi x86
APP_BUILD_SCRIPT := ./jniSources/Android.mk
APP_OPTIM := release
+2 -3
View File
@@ -7,6 +7,5 @@ building from source can still do so.
There is no functional difference between using the provided .so files, and compiling your own.
In order to compile these files you will need the Android NDK.
TODO: provide build instructions, or a build script, or make a gradle task.
These sources can be compiled through the gradle task SPD-classes:ndkBuild on a system with the
Android NDK installed and configured.