Skip to content

Support of 16KB page sizes #5728

@mimai-hen

Description

@mimai-hen

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

Metadata

Metadata

Labels

platform:androidIssues with Android as Platformtask::allAll tasks of MediaPipetype:featureEnhancement in the New Functionality or Request for a New Solution

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions