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

Commit 6ccf5d7c authored by Ray Essick's avatar Ray Essick Committed by Automerger Merge Worker
Browse files

Merge "No longer preload libsfplugin_ccodec in zygote" into sc-dev am: 2d2519e3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14008903

Change-Id: I97fc60f5cbeadd2b688054c962e702f17fc14b34
parents 78af8295 2d2519e3
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();