facebookincubator / fbjni

A library designed to simplify the usage of the Java Native Interface
Apache License 2.0
260 stars 46 forks source link

Support 16KB page size devices #97

Open jstewart5000 opened 1 month ago

jstewart5000 commented 1 month ago

Description:

In Android 15 support for 16KB page sizes has been announced.

However,libfbjni.so ELF segments are not aligned (UNALIGNED (212)) using 16 KB ELF alignment. This results in runtime crash when loading libfbjni.so on emulator that is configured to use 16KB page size:

/tmp/my_apk_out/lib/arm64-v8a/libfbjni.so: UNALIGNED (212)

How To Reproduce:

Environment
cortinico commented 1 month ago

cc @alanleedev