Browse Source

Rebuild LuaJIT for ARMv7 and x86.

Previous build was compiled for Android Lollipop. It must be compiled for Jelly Bean instead.
Miku AuahDark 2 years ago
parent
commit
69cfcd25fb

BIN
love/src/jni/LuaJIT-2.1/android/armeabi-v7a/libluajit.a


BIN
love/src/jni/LuaJIT-2.1/android/x86/libluajit.a


+ 2 - 2
love/src/jni/LuaJIT-2.1/build_instructions.bat

@@ -35,11 +35,11 @@ call :compile arm64-v8a aarch64-linux-android 21
 if "%ERRORLEVEL%" == "1" goto :error
 
 rem ARMv7
-call :compile armeabi-v7a armv7a-linux-androideabi 21 -m32
+call :compile armeabi-v7a armv7a-linux-androideabi 16 -m32
 if not "%ERRORLEVEL%" == "0" goto :error
 
 rem x86
-call :compile x86 i686-linux-android 21 -m32
+call :compile x86 i686-linux-android 16 -m32
 if not "%ERRORLEVEL%" == "0" goto :error
 
 rem x86_64