Soon, native libraries for Android will have to be aligned on 16 KB page boundaries. This requires the library to be recompiled with updated settings.
Running the check_elf_alignment.sh script from that Android Developer page shows this:
armeabi-v7a/libj2v8.so: UNALIGNED (2**12)
x86/libj2v8.so: UNALIGNED (2**12)
arm64-v8a/libj2v8.so: ALIGNED (2**16)
x86_64/libj2v8.so: UNALIGNED (2**12)
Please release a new build of J2V8 which is suitable for the upcoming 16 KB page size environments.
Thank you!
Soon, native libraries for Android will have to be aligned on 16 KB page boundaries. This requires the library to be recompiled with updated settings.
Running the
check_elf_alignment.shscript from that Android Developer page shows this:Please release a new build of J2V8 which is suitable for the upcoming 16 KB page size environments.
Thank you!