-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Moving from previous conversation. Start from here: #162 (comment)
Looks like the bot reported some issues as can be seen here: https://gitlab.com/fdroid/rfp/-/issues/1920#note_737306189
cc: @awalgarg
The bot seems really hate precompiled binaries. Here are some of my thoughts:
love/src/jni/SDL2/Xcode/SDL/pkg-support/resources/SDL_DS_Storeis only used when compiling for Apple systems. It's not used in Android.- Compiling LuaJIT entirely from source using ndk-build alone is not possible due to LuaJIT requirement on 32-bit and 64-bit host compiler (which may not available). However, the build instructions (actually batch file) to compile those static library is available in
love/src/jni/LuaJIT-2.1/build_instructions.bat. Rest assured, the LuaJIT has no modifications and is based on LuaJIT/LuaJIT@b4b2dce (as of writing) love/src/jni/oboe/apps/OboeTester/gradle/wrapper/gradle-wrapper.jaris not used in the build process. Should I delete it?- I don't know how to setup Fastlane. If it doesn't change the project structure very much then I should be able to setup it, along with fixing the gradle errors.
Libraries bundled in this repo mostly copied straight from their upstream then an Android.mk is written for it (if necessary).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels