Hey,
We're using OpenCV in our project for Android, and Google is going to require 16KB page size for all apps soon. (https://developer.android.com/guide/practices/page-sizes)
After building our project, it seems the .so('s) from OpenCV do not support this yet. I am on 3.0.0 and I get the warning that the .so is not 16KB-aligned.
Is this something that is going to be supported soon?