Is your feature request related to a problem? Please describe.
LiveKit SDK includes a native binary that does not support 16KB page size which is requirement for newer devices.

Google android developer docs here specify how you can add support for 16KB page sizes and that it is now a requirement for newer devices.
https://developer.android.com/guide/practices/page-sizes
Beginning with Android 15, AOSP supports devices that are configured to use a page size of 16 KB (16 KB devices)
Describe the solution you'd like
Here is a guide by google developer docs for android that says how you can add support for 16KB page sizes
https://developer.android.com/guide/practices/page-sizes#build