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

android: Support 16K page sizes. #506

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

asiekierka
Copy link
Contributor

As of Android 15, devices will be able to ship with 16 KB page sizes instead of the previous default of 4 KB. This requires updating the NDK (which we are not doing as to keep compatibility with API level 16 for 2.93c) or adjusting the build process of all shared libraries (which is done by this commit).

As of Android 15, devices will be able to ship with 16 KB page sizes instead
of the previous default of 4 KB. This requires updating the NDK (which we
are not doing as to keep compatibility with API level 16 for 2.93c) or
adjusting the build process of all shared libraries (which is done by
this commit).
@AliceLR AliceLR merged commit b8e05d1 into AliceLR:master Dec 1, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants