1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-03 23:33:01 +00:00

updated the Android version

This commit is contained in:
Zeno Rogue
2018-06-07 18:28:32 +02:00
parent d40680358c
commit c7109fe521
9 changed files with 304 additions and 218 deletions

View File

@@ -28,7 +28,7 @@ android {
ndk {
moduleName "hyper"
ldLibs "GLESv1_CM -llog"
ldLibs "GLESv3 -llog"
stl "stlport_static"
// abiFilters 'armeabi', 'x86_64'
abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'mips', 'mips64'