mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 17:47:03 -04:00
Fixes
This commit is contained in:
@@ -177,9 +177,9 @@ public class JREUtils
|
||||
Log.i("jrelog-logcat","Logcat thread started");
|
||||
}
|
||||
|
||||
public static void relocateLibPath(final LoggableActivity ctx) throws Exception {
|
||||
public static void relocateLibPath(final Context ctx) throws Exception {
|
||||
if (JRE_ARCHITECTURE == null) {
|
||||
JRE_ARCHITECTURE = ctx.jreReleaseList.get("OS_ARCH");
|
||||
JRE_ARCHITECTURE = readJREReleaseProperties().get("OS_ARCH");
|
||||
if (JRE_ARCHITECTURE.startsWith("i") && JRE_ARCHITECTURE.endsWith("86") && Tools.CURRENT_ARCHITECTURE.contains("x86") && !Tools.CURRENT_ARCHITECTURE.contains("64")) {
|
||||
JRE_ARCHITECTURE = "i386/i486/i586";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user