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

Support 16 KB page sizes on Android #1184

Merged
merged 2 commits into from
Feb 12, 2025
Merged

Support 16 KB page sizes on Android #1184

merged 2 commits into from
Feb 12, 2025

Conversation

a-maurice
Copy link
Collaborator

Description

Provide details of the change, and generalize the change in the PR title above.

Android 15 is starting to support 16 KB page sizes, which in turn requires shared libraries to be built to support them. Update the shared libraries to it, based on instructions from https://developer.android.com/guide/practices/page-sizes

Might fix #1180, but haven't been able to reproduce the initial problem reliably to test.


Testing

Describe how you've tested these changes.

Checking the shared libraries after building via llvm-objdump, again as instructed on that page.


Type of Change

Place an x the applicable box:

  • Bug fix. Add the issue # below if applicable.
  • New feature. A non-breaking change which adds functionality.
  • Other, such as a build process or documentation change.

@a-maurice a-maurice merged commit a95b798 into main Feb 12, 2025
4 checks passed
@a-maurice a-maurice deleted the am-page_size branch February 12, 2025 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants