-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
16kb page size support #44
Comments
Hello @xavierserrai , we are currently working on this support. Kind regards, |
Thanks @msikyna |
Dears, Is 16kb issue fixed on version 7.0.0? I cannot see it in changelog. Thanks, |
Hi @xavierserrai , |
Hi @SirionRazzer , Thanks, |
Hello @xavierserrai , status: we are still working on the support of the 16kb devices. Kind regards, |
Dears,
Google is progressively enforcing apps to support devices with 16kb page size:
https://developer.android.com/guide/practices/page-sizes
Following the instructions in the above link I have seen that there are some libraries that are used by Talsec that are not compliant with 16kb page size:
/lib/arm64-v8a/libsecurity.so: \e[31mUNALIGNED\e[0m (212)
/lib/arm64-v8a/libpolarssl.so: \e[31mUNALIGNED\e[0m (212)
/lib/arm64-v8a/libclib.so: \e[31mUNALIGNED\e[0m (212)
/lib/arm64-v8a/libpbkdf2_native.so: \e[31mUNALIGNED\e[0m (212)
The test I passed is described in this section:
https://developer.android.com/guide/practices/page-sizes
Is there any plan to make your libraries support 16kb page size?
Thanks,
The text was updated successfully, but these errors were encountered: