Skip to content

Commit df00753

Browse files
Output SQLCipher CFLAGS during build
1 parent ac213a3 commit df00753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlcipher/src/main/jni/sqlcipher/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif
1717

1818
LOCAL_CPPFLAGS += -Wno-conversion-null
1919

20-
#$(info "SQLCipher LOCAL CFLAGS:${LOCAL_CFLAGS}")
20+
$(info SQLCipher LOCAL_CFLAGS:${LOCAL_CFLAGS})
2121

2222
LOCAL_SRC_FILES:= \
2323
android_database_SQLiteCommon.cpp \

0 commit comments

Comments
 (0)