Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45a23e79 authored by Prashanth Swaminathan's avatar Prashanth Swaminathan
Browse files

Remove compiler-rt load from zygote init

Bug: 206676167
Test: Verified boot on aosp_cf_x86_64_phone target.
Test: adb shell am instrument \
  -w android.renderscript.cts/androidx.test.runner.AndroidJUnitRunner
Change-Id: I27dc3988e7f5db72d90da32bc5266dc4a3816aaa
parent 3cd394fa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -185,7 +185,6 @@ public class ZygoteInit {
    private static void preloadSharedLibraries() {
        Log.i(TAG, "Preloading shared libraries...");
        System.loadLibrary("android");
        System.loadLibrary("compiler_rt");
        System.loadLibrary("jnigraphics");
    }