mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 14:52:13 -04:00
Readded JNI imports
This commit is contained in:
parent
96fe0650aa
commit
11d4e8cfdb
@ -19,11 +19,15 @@
|
|||||||
|
|
||||||
package org.kiwix.kiwixlib;
|
package org.kiwix.kiwixlib;
|
||||||
|
|
||||||
|
import org.kiwix.kiwixlib.JNIKiwixString;
|
||||||
|
import org.kiwix.kiwixlib.JNIKiwixBool;
|
||||||
|
import org.kiwix.kiwixlib.JNIKiwixInt;
|
||||||
|
|
||||||
public class JNIKiwix {
|
public class JNIKiwix {
|
||||||
|
|
||||||
static {
|
static {
|
||||||
System.loadLibrary("kiwix");
|
System.loadLibrary("kiwix");
|
||||||
}
|
}
|
||||||
|
|
||||||
public native String getMainPage();
|
public native String getMainPage();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user