You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.