Skip to content

F-Droid Submission #220

@MikuAuahDark

Description

@MikuAuahDark

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_Store is 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.jar is 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions