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

Commit 2d2519e3 authored by Ray Essick's avatar Ray Essick Committed by Android (Google) Code Review
Browse files

Merge "No longer preload libsfplugin_ccodec in zygote" into sc-dev

parents 81b12816 a15689d4
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -182,12 +182,6 @@ public class ZygoteInit {
        System.loadLibrary("android");
        System.loadLibrary("compiler_rt");
        System.loadLibrary("jnigraphics");

        try {
            System.loadLibrary("sfplugin_ccodec");
        } catch (Error | RuntimeException e) {
            // tolerate missing sfplugin_ccodec which is only present on Codec 2 devices
        }
    }

    native private static void nativePreloadAppProcessHALs();