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

Commit a3a65839 authored by Ray Essick's avatar Ray Essick Committed by android-build-merger
Browse files

Merge "Revert "Preload sfplugin_ccodec for performance"" into qt-dev am: fb4fab4f

am: 790f8912

Change-Id: Ifac91c6acee9346657434ff4cd4c6837d3b6f089
parents 6bbb41ec 790f8912
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -188,13 +188,6 @@ public class ZygoteInit {
        System.loadLibrary("android");
        System.loadLibrary("compiler_rt");
        System.loadLibrary("jnigraphics");

        // tolerate missing sfplugin_ccodec which is only present on Codec 2 devices
        try {
            System.loadLibrary("sfplugin_ccodec");
        } catch (Error | RuntimeException e) {
            Log.w(TAG, "Problem preloading sfplugin_ccodec: " + e);
        }
    }

    native private static void nativePreloadAppProcessHALs();