Android: dlopen fails to open my .so files

I can confirm that changing find_library(ANDROID_DL_LIBRARY dl) to find_library(ANDROID_DL_LIBRARY NAMES libdl.so dl) in CMakeLists.txt works for me