Skip to content

16KB Page Size Support for connect-sdk-android-core JNI Libs #426

@huangkeyuan

Description

@huangkeyuan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions