Skip to content

16 KB page size support #1

Description

@pesathe

Hello,

I noticed in your 8.6.5 changelog that support for a 16 KB page size was added.

However, after adding the dependency to my project and running the alignment check using the script provided in the Android documentation, several native libraries still appear to be unaligned.

Dependency

implementation "com.github.idenfy:sdk-api:8.7.0"

Alignment check results

lib/armeabi-v7a/libPhoenixAndroid.so: UNALIGNED (2**12)
lib/armeabi-v7a/libFaceToolChecker.so: UNALIGNED (2**12)
lib/armeabi-v7a/libFaceIad.so: UNALIGNED (2**12)
lib/x86/libFaceToolChecker.so: UNALIGNED (2**12)
lib/x86/libFaceIad.so: UNALIGNED (2**12)

Could you please confirm whether these libraries are expected to be aligned for 16 KB page sizes or if additional steps are required?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions