-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
Description:
In order to comply with Android's updated 16KB page size requirement for native libraries (official documentation), please add support for 16KB-aligned .so files in the connect-sdk-android-core package.
Affected JNI Libraries:
libc++_shared.so
libgstreamer-appcast.so
libgstreamer_android.so
Current Behavior:
These libraries are currently built with 4KB alignment, which may lead to compatibility issues or performance degradation on newer devices requiring 16KB alignment.
Expected Behavior:
Distribute JNI libraries with 16KB page alignment as per Android guidelines.
References:
Android 16KB page size support guide
Please let me know if you'd like me to generate a Markdown .md file or help submit this as an issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels