mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-22 18:47:11 -04:00
Fallback to preload all JRE libraries
This commit is contained in:
@@ -30,16 +30,15 @@ public class JREUtils
|
||||
|
||||
public static void initJavaRuntime() {
|
||||
dlopen(findInLdLibPath("libjli.so"));
|
||||
/*
|
||||
dlopen(findInLdLibPath("libjvm.so"));
|
||||
dlopen(findInLdLibPath("libverify.so"));
|
||||
dlopen(findInLdLibPath("libjava.so"));
|
||||
// dlopen(findInLdLibPath("/lib/libjsig.so"));
|
||||
// dlopen(findInLdLibPath("libjsig.so"));
|
||||
dlopen(findInLdLibPath("libnet.so"));
|
||||
dlopen(findInLdLibPath("libnio.so"));
|
||||
dlopen(findInLdLibPath("libawt.so"));
|
||||
dlopen(findInLdLibPath("libawt_headless.so"));
|
||||
*/
|
||||
|
||||
dlopen(nativeLibDir + "/libopenal.so");
|
||||
|
||||
if (LauncherPreferences.PREF_CUSTOM_OPENGL_LIBNAME.equals("libgl04es.so")) {
|
||||
|
||||
Reference in New Issue
Block a user