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