Skip to content

Commit

Permalink
statically link STLport into lib, sqlcipher no longer provides it
Browse files Browse the repository at this point in the history
  • Loading branch information
eighthave committed Jan 31, 2017
1 parent 66388b3 commit 1745048
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion jni/Application.mk
@@ -1,6 +1,6 @@
APP_ABI := armeabi armeabi-v7a x86
APP_PROJECT_PATH := $(shell pwd)
APP_BUILD_SCRIPT := $(APP_PROJECT_PATH)/jni/Android.mk
APP_STL := stlport_shared
APP_STL := stlport_static
#
EXTERNAL_PATH := $(APP_PROJECT_PATH)/external
1 change: 0 additions & 1 deletion src/info/guardianproject/iocipher/VirtualFileSystem.java
Expand Up @@ -15,7 +15,6 @@ public class VirtualFileSystem {
private static VirtualFileSystem vfs;

static {
System.loadLibrary("stlport_shared");
System.loadLibrary("sqlcipher");
System.loadLibrary("iocipher");
}
Expand Down

0 comments on commit 1745048

Please sign in to comment.