Skip to content

Android: Disabling Vulkan renderer doesn't replaces GFXStream with stub #1

@Destructor17

Description

@Destructor17

On most OSes Webrogue replaces GFXStream implementation with stub if Vulkan renderer is disabled, as it saves a few megabytes of final binary size. But on Android Webrogue just places shared libraries in jnilibs instead of doing static linking. This approach disallows replacing GFXStream implementation with stub during linking. Linking GFXStream dynamically doesn't makes sense, as it wastes much more binary size.

Metadata

Metadata

Assignees

No one assigned

    Labels

    low importanceSomething not very important

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions