Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Support for 16 kb page size devices #29

Open
arctouch-ianribas opened this issue Sep 17, 2024 · 1 comment
Open

Support for 16 kb page size devices #29

arctouch-ianribas opened this issue Sep 17, 2024 · 1 comment

Comments

@arctouch-ianribas
Copy link

The native library generated by the current project isn't compatible with 16 kb page size devices.

I understand there are better ways now to do most of the functions here, but none that are backwards compatible.

@arctouch-ianribas
Copy link
Author

For others that may have the same issue, I was able to generate a version compatible with 16 kb page size devices by updating this project to AGP 8.5.2 (and Gradle 8.7) and forcing it to use NDK 27.1.12297006 (latest at the time of writing).

We were only needing blur and it worked, but no more extensive testing was done. So no guarantees.

Here is a quick and dirty patch with the changes I made, for reference, since there were a couple of other minor tweaks:

Upgrade_to_create_16kp_page_size_compatible_library.patch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant