зеркало из https://github.com/mozilla/gecko-dev.git
bug 571138 - Workaround not having PR_GetLibraryFilePathname r=mwu
This commit is contained in:
Родитель
3875488c7e
Коммит
6a3f707030
|
@ -117,6 +117,8 @@ class GeckoAppShell
|
||||||
|
|
||||||
// Root certs. someday we may teach security/manager/ssl/src/nsNSSComponent.cpp to find ckbi itself
|
// Root certs. someday we may teach security/manager/ssl/src/nsNSSComponent.cpp to find ckbi itself
|
||||||
System.loadLibrary("nssckbi");
|
System.loadLibrary("nssckbi");
|
||||||
|
System.loadLibrary("freebl3");
|
||||||
|
System.loadLibrary("softokn3");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void runGecko(String apkPath, String args, String url) {
|
public static void runGecko(String apkPath, String args, String url) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче