Detailed description
As google adds 16KB page size support to Android 15, native library should be recompiled according to this blog (https://android-developers.googleblog.com/2024/08/adding-16-kb-page-size-to-android.html)
All applications with native code or dependencies need to be recompiled for compatibility with 16 KB page size devices.
So VGG runtime should be compiled with both old page size (4KB) and the new page size (16KB) optionally.
Possible implementation
No response
Additional information
No response
Detailed description
As google adds 16KB page size support to Android 15, native library should be recompiled according to this blog (https://android-developers.googleblog.com/2024/08/adding-16-kb-page-size-to-android.html)
So VGG runtime should be compiled with both old page size (4KB) and the new page size (16KB) optionally.
Possible implementation
No response
Additional information
No response