Re: Google Play 16KB alignment issue with WireGuard library - fix needed
Leon Woestenberg <[email protected]>
| Newsgroups | com.zx2c4.lists.wireguard |
|---|---|
| Message-ID | <CAMjhiJjtnyRt5khY9L0cCNXr969mbmLDoWhzAL1wvnmXziSH2A@mail.gmail.com> |
On Thu, Aug 28, 2025 at 9:31 AM Houman <[email protected]> wrote: > > Google PlayStore is no longer accepting apps affected by Google Play's > 16 KB page size requirements. > > The native library `arm64-v8a/libwg-go.so` (from > `com.wireguard.android:tunnel:1.0.20230706`) is not 16 KB aligned > From what I read, the requirement is not to rely on 4KiB (hard coded) page sizes. Or are they going to hard-code 16KiB now??! https://android-developers.googleblog.com/2024/12/get-your-apps-ready-for-16-kb-page-size-devices.html - Leon.