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 dynamic page size for Android 15+ devices #989

Closed
markushi opened this issue May 21, 2024 · 2 comments · Fixed by #1028
Closed

[Android] Support dynamic page size for Android 15+ devices #989

markushi opened this issue May 21, 2024 · 2 comments · Fixed by #1028

Comments

@markushi
Copy link
Member

See https://developer.android.com/about/versions/15/behavior-changes-all#16-kb for more details.

Beginning with Android 15, Android supports devices that are configured to use a page size of 16 KB (16 KB devices). If your app uses any NDK libraries, either directly or indirectly through an SDK, then you will need to rebuild your app for it to work on these 16 KB devices.

@yousrasd
Copy link

Do we have an update on this? Android 15 will soon rollout and this could be a blocker for apps.

@kahest
Copy link
Member

kahest commented Aug 6, 2024

@yousrasd thanks for checking in - we have it on our radar and we're preparing patches for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants