16 KB native library alignment

I think there is a provided tool that can assist with this: (zipalign  |  Android Studio  |  Android Developers)

Following the instructions here: Support 16 KB page sizes  |  Compatibility  |  Android Developers

(The Android NDK r28 and higher compile 16KB aligned by default and its recommended to build shared libraries with 16KB alignment. We should be building the .so in Lime with r28.)