Closed dellis1972 closed 7 years ago
Will this result in more issues with Android? Could we ship a wrong library for a particular flavor of Android?
That's what I'm wary of. Are these common binary libraries across all Android versions, or do vendors modify them to suit their devices?
Looks like we don't need this. We just need to remove the user of "/system/lib/libGL.so" style paths in favour of just "libGL.so" etc.
This is because android-n no longer allows apps to dlopen libraries from the /system/lib. As a result our OpenGL system will not work.
We need to include the native libs in the app using EmbeddedNativeLibrary like we do for OpenGL.