8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fa8f9 commit 6cc26ffCopy full SHA for 6cc26ff
jni/Android.mk
@@ -7,7 +7,7 @@ SQLCIPHER_SRC := $(SQLCIPHER_DIR)/sqlite3.c
7
8
LOCAL_CFLAGS += $(SQLCIPHER_CFLAGS)
9
LOCAL_C_INCLUDES := $(SQLCIPHER_DIR) $(LOCAL_PATH)
10
-LOCAL_LDLIBS := -llog
+LOCAL_LDLIBS := -llog -latomic
11
LOCAL_LDFLAGS += -L$(LOCAL_PATH)/android-libs/$(TARGET_ARCH_ABI) -fuse-ld=bfd
12
LOCAL_STATIC_LIBRARIES += static-libcrypto
13
LOCAL_MODULE := libsqlcipher
jni/Application.mk
@@ -2,3 +2,4 @@ APP_PROJECT_PATH := $(shell pwd)
2
APP_ABI := armeabi armeabi-v7a x86
3
# APP_ABI := armeabi
4
APP_BUILD_SCRIPT := $(APP_PROJECT_PATH)/Android.mk
5
+APP_STL := c++_static
0 commit comments