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?
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
Could you please confirm whether these libraries are expected to be aligned for 16 KB page sizes or if additional steps are required?