Merge pull request #86792 from m4gr3d/fix_android_dyn_library_logic_main

Fix Android dynamic library loading
This commit is contained in:
Rémi Verschelde 2024-01-09 18:46:39 +01:00 committed by GitHub
commit 9b522ac1a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,8 +170,6 @@ Error OS_Android::open_dynamic_library(const String p_path, void *&p_library_han
so_file_exists = false;
}
ERR_FAIL_COND_V(!FileAccess::exists(path), ERR_FILE_NOT_FOUND);
p_library_handle = dlopen(path.utf8().get_data(), RTLD_NOW);
if (!p_library_handle && so_file_exists) {
// The library may be on the sdcard and thus inaccessible. Try to copy it to the internal