Support of 16KB page sizes #5728
Labels
platform:android
Issues with Android as Platform
stat:awaiting googler
Waiting for Google Engineer's Response
task::all
All tasks of MediaPipe
type:feature
Enhancement in the New Functionality or Request for a New Solution
Android 15 will now offer support for 16KB page size. Then, all shared libraries shipped within Android apps must be recompiled to support 16KB page size. See documentation :
https://developer.android.com/guide/practices/page-sizes
https://source.android.com/docs/core/architecture/16kb-page-size/16kb
I've checked ELF alignment of shared libraries in my project, and result shows that libmediapipe_tasks_vision_jni.so is not aligned :
lib/arm64-v8a/libmediapipe_tasks_vision_jni.so: \e[31mUNALIGNED\e[0m (2**12)
This issue is to ask support for Android 16KB page size in mediapipe lib. Thanks
The text was updated successfully, but these errors were encountered: