bug 571138 - Workaround not having PR_GetLibraryFilePathname r=mwu

This commit is contained in:
Brad Lassey 2010-06-17 17:33:12 -04:00
Родитель 3875488c7e
Коммит 6a3f707030
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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) {