Readded JNI imports

This commit is contained in:
mhutti1 2017-07-01 22:11:11 +01:00 committed by Isaac Hutt
parent 96fe0650aa
commit 11d4e8cfdb

View File

@ -19,11 +19,15 @@
package org.kiwix.kiwixlib;
import org.kiwix.kiwixlib.JNIKiwixString;
import org.kiwix.kiwixlib.JNIKiwixBool;
import org.kiwix.kiwixlib.JNIKiwixInt;
public class JNIKiwix {
static {
System.loadLibrary("kiwix");
}
}
public native String getMainPage();