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

LLT-5682: Android update the page size to 16kB #346

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

Conversation

zapekk
Copy link

@zapekk zapekk commented Oct 11, 2024

Due to the researching the Page Size has been updated to 16kB:
https://developer.android.com/guide/practices/page-sizes
"Beginning with Android 15, AOSP 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."
"Adding support for 16 KB page size devices enables your app to run on these devices and helps your app benefit from the associated performance improvements. Without recompiling, apps might not work on 16 KB devices when they are productionized in future Android releases."

Now a reseaching has been started to verify the potential issues etc.

@zapekk zapekk requested a review from a team as a code owner October 11, 2024 07:13
@LukasPukenis
Copy link
Collaborator

Could there be more details on the commit about why we increase it and what are the consequences?

@zapekk zapekk force-pushed the LLT-5682_android_page_size_16kB branch from 6229995 to 5e1c324 Compare October 11, 2024 08:10
@matszczygiel
Copy link
Contributor

matszczygiel commented Oct 21, 2024

@zapekk So this is for research only? If yes can it be put in the draft mode?

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

Successfully merging this pull request may close these issues.

3 participants