virtualx-engine/modules/mono/mono_gd/support
Ignacio Roldán Etcheverry c7f716e2ea Mono/C#: Fix Android AAB export failing to load native libs
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.
2022-01-29 21:58:57 +01:00
..
android_support.cpp Mono/C#: Fix Android AAB export failing to load native libs 2022-01-29 21:58:57 +01:00
android_support.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
ios_support.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
ios_support.mm Update copyright statements to 2022 2022-01-13 15:54:13 +01:00