mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
bug 571138 - Workaround not having PR_GetLibraryFilePathname r=mwu
This commit is contained in:
parent
3875488c7e
commit
6a3f707030
@ -117,6 +117,8 @@ class GeckoAppShell
|
||||
|
||||
// Root certs. someday we may teach security/manager/ssl/src/nsNSSComponent.cpp to find ckbi itself
|
||||
System.loadLibrary("nssckbi");
|
||||
System.loadLibrary("freebl3");
|
||||
System.loadLibrary("softokn3");
|
||||
}
|
||||
|
||||
public static void runGecko(String apkPath, String args, String url) {
|
||||
|
Loading…
Reference in New Issue
Block a user