Android Build - #6992
Open
Shivansps wants to merge 29 commits into
Open
Conversation
Contributor
|
Regarding point 1, the prebuilt override bug, that's fixed in the SDL3 branch. I keep forgetting to split that off into it's own thing and PR it. Another thing is that since we've moved to a newer cmake version we can technically replicate |
Shivansps
force-pushed
the
android-build
branch
from
September 9, 2025 22:03
eca087f to
ab778d4
Compare
Shivansps
force-pushed
the
android-build
branch
2 times, most recently
from
September 23, 2025 22:55
2b6fca8 to
ca6b8a7
Compare
Shivansps
force-pushed
the
android-build
branch
from
February 9, 2026 21:20
41840fa to
e8f665d
Compare
Shivansps
marked this pull request as ready for review
July 26, 2026 17:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Android OS:
-Added "-get_flags json_v2": It is a minimal version of the v1 removing all info related to configuration. To avoid doing sdl inits while getting flags. This is mostly intended to list cmdline flag data for the "configure" option in knossos mods.
Note: It is now possible to compile both fso and the prebuilt libs with just an script on a linux x64 system with only having the same dependencies needed to compile normally.
https://github.com/Shivansps/Fso-Android-Prebuilts
A docker file was also added.
Note2: without #7489 android builds can only be compiled for Vulkan and will work if the device supports hardware clipping. 7489 fixes GLES compile, adds support in internal shaders and adds SW fallback for clip in vulkan.