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 320a68c commit 0965338Copy full SHA for 0965338
jni/Android.mk
@@ -46,7 +46,8 @@ LOCAL_SHARED_LIBRARIES := \
46
47
LOCAL_CFLAGS += -U__APPLE__
48
LOCAL_LDFLAGS += -L../obj/local/armeabi/
49
-LOCAL_LDLIBS += -ldl -llog -lsqlcipher
+# libnativehelper is included with Android but not the NDK
50
+LOCAL_LDLIBS += -ldl -llog -lnativehelper -lsqlcipher
51
52
ifeq ($(WITH_MALLOC_LEAK_CHECK),true)
53
LOCAL_CFLAGS += -DMALLOC_LEAK_CHECK
0 commit comments