Skip to content

Commit 710917f

Browse files
Allow additional CFLAGS to be provided to SQLCipher build
1 parent 81e0f1f commit 710917f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-database-sqlcipher/src/main/cpp/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include $(CLEAR_VARS)
44
LOCAL_PATH := $(MY_PATH)
55

66
SQLCIPHER_SRC := $(SQLCIPHER_DIR)/sqlite3.c
7-
LOCAL_CFLAGS += $(SQLCIPHER_CFLAGS) -DLOG_NDEBUG
7+
LOCAL_CFLAGS += $(SQLCIPHER_CFLAGS) -DLOG_NDEBUG $(SQLCIPHER_OTHER_CFLAGS)
88
LOCAL_C_INCLUDES := $(SQLCIPHER_DIR) $(LOCAL_PATH)
99
LOCAL_LDLIBS := -llog -latomic
1010
LOCAL_LDFLAGS += -L$(ANDROID_NATIVE_ROOT_DIR)/$(TARGET_ARCH_ABI) -fuse-ld=bfd

0 commit comments

Comments
 (0)