Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdx: Android: Build ELFs to support 16kB page size #7394

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 30, 2024

  1. gdx: Android: Build ELFs to support 16kB page size

    Starting from V, android introduces support for 16kB page sizes.
    The NDK [1] and toolchain [2][3] have been updated to support the
    larger page size.
    
    Update GDX build rules for android to use a 16kB max page size.
    
    [1] https://github.com/android/ndk/wiki/Changelog-r27#announcements
    [2] llvm/llvm-project#70251
    [3] llvm/llvm-project#87413
    
    Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
    Kalesh Singh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4cd7702 View commit details
    Browse the repository at this point in the history