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

Commit 86b56902 authored by Brian Carlstrom's avatar Brian Carlstrom Committed by Android (Google) Code Review
Browse files

Merge "JniUtil depends on webcore native library and should not depend on others to load it"

parents bacbe7fd 452ffe7d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@ import android.util.Log;
import java.io.InputStream;

class JniUtil {

    static {
        System.loadLibrary("webcore");
    }
    private static final String LOGTAG = "webkit";
    private JniUtil() {} // Utility class, do not instantiate.