mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-09 23:30:34 -04:00
Merge pull request #53 from kiwix/Issue#51
This commit is contained in:
commit
a9f37d42c5
@ -79,7 +79,7 @@ endif ()
|
|||||||
|
|
||||||
# Android target
|
# Android target
|
||||||
if (ANDROID)
|
if (ANDROID)
|
||||||
set(CMAKE_ANDROID_STL_TYPE llvm-libc++_static)
|
set(CMAKE_ANDROID_STL_TYPE llvm-libc++_shared)
|
||||||
|
|
||||||
find_library(
|
find_library(
|
||||||
log-lib
|
log-lib
|
||||||
|
@ -27,6 +27,7 @@ import org.kiwix.libkiwix.JNIICU;
|
|||||||
public class JNIKiwix
|
public class JNIKiwix
|
||||||
{
|
{
|
||||||
public JNIKiwix(final Context context) {
|
public JNIKiwix(final Context context) {
|
||||||
|
ReLinker.loadLibrary(context, "c++_shared");
|
||||||
ReLinker.loadLibrary(context, "kiwix");
|
ReLinker.loadLibrary(context, "kiwix");
|
||||||
ReLinker.loadLibrary(context, "zim");
|
ReLinker.loadLibrary(context, "zim");
|
||||||
ReLinker.loadLibrary(context, "kiwix_wrapper");
|
ReLinker.loadLibrary(context, "kiwix_wrapper");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user