eclipsesource / eclipsesource/J2V8

Release a 16 KB page aligned version

Open
#605 14 comments 8 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2.6k
Forks
387
PR merge metrics
No merged PRs in 30d

Description

Soon, [native libraries for Android will have to be aligned on 16 KB page boundaries](https://developer.android.com/guide/practices/page-sizes#update-packaging). 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!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.