Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Jan 5, 2025
1 parent 67752d7 commit df3b130
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,11 @@ public static void launchJavaVM(final AppCompatActivity activity, final Runtime
purgeArg(userArgs, "-XX:+UseTransparentHugePages");
purgeArg(userArgs, "-XX:+UseLargePagesInMetaspace");
purgeArg(userArgs, "-XX:+UseLargePages");
<<<<<<< HEAD
=======
purgeArg(userArgs, "-Dorg.lwjgl.opengl.libname");
// Don't let the user specify a custom Freetype library (as the user is unlikely to specify a version compiled for Android)
purgeArg(userArgs, "-Dorg.lwjgl.freetype.libname");
// Overridden by us to specify the exact number of cores that the android system has
purgeArg(userArgs, "-XX:ActiveProcessorCount");
>>>>>>> upstream/v3_openjdk

//Add automatically generated args
if (!isUsingCustomMem(userArgs))
Expand Down

0 comments on commit df3b130

Please sign in to comment.