We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: