[Android] libopenxr_loader.so Support 16 KB page size#548
[Android] libopenxr_loader.so Support 16 KB page size#548rpavlik merged 1 commit intoKhronosGroup:mainfrom
Conversation
|
So this appears to apply on all Android architectures. I thought this was just an ARM thing, but the linked blog post doesn't actually say that. Should this be applied on all architectures? |
|
As you know, Android devices—excluding emulators—use ARM architectures. |
|
there are x64 devices (magic leap 2) and emulators (android xr emulator) in the wild, so I try to care about all the architectures. thanks for the references. |
|
Reading the various Android pages that touches on the 16KB pages thing it doesn't seem like 16KB pages breaks on x86_64? |
|
https://developer.android.com/guide/practices/page-sizes#linux-or-macos_1
Looks like Google has prepared 16kb image for x86_64. What my thought after reading it is: 16kb is supported by x86_64 Android. |
|
Thank you for this! |
[Android] libopenxr_loader.so Support 16 KB page size
modified: src/loader/CMakeLists.txt
Beginning with Android 15, AOSP supports devices that are configured to use a page size of 16 KB (16 KB devices).
https://android-developers.googleblog.com/2025/05/prepare-play-apps-for-devices-with-16kb-page-size.html
issue: #546