6d5f8cd3ca
By default, when installing from Android App Bundles the native
libraries are not extracted. They are loaded directly from the APK.
See: https://stackoverflow.com/a/56551499
Passing only the file name to dlopen, without the location, makes it
search the native library in all locations, including inside the apk.
(cherry picked from commit
|
||
---|---|---|
.. | ||
android_support.cpp | ||
android_support.h | ||
ios_support.h | ||
ios_support.mm |