-
Notifications
You must be signed in to change notification settings - Fork 608
Open
Description
Official info for the Android 16KB page size here: https://developer.android.com/guide/practices/page-sizes
For our app Google complains that three native libraries are not compatible yet with the 16KB support:
- base/lib/x86_64/libaudio-processor.so
- base/lib/x86_64/libiconv.so
- base/lib/x86_64/libzbarjni.so
Doing a quick dependency tree check I see, that the chat sdk library has a dependency to the following libs:
- com.github.chat-sdk.barcodescanner:zbar:2.0
- chat.sdk:vendor-android-audio-recorder:5.6.
I may be wrong but for me it looks like that those libraries are responsible for the above issue.
Is there any plan to implement supporting the 16KB page sizes?
Please let me know if I can provide you further infos to support with this topic.
Metadata
Metadata
Assignees
Labels
No labels