Files
rr3-apk/AndroidManifest.xml
Daniel Elliott 68fc73cee8 Enable extractNativeLibs to bypass ELF alignment requirement
Android 15+ requires 16KB-aligned PT_LOAD segments in ELF files for mmap.
The .so files in this APK were compiled with 4KB alignment.
Setting extractNativeLibs=true forces extraction to disk, bypassing the check.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-19 13:28:53 -08:00

45 KiB