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.
2 parents 2ed830e + 2d22729 commit fe4627cCopy full SHA for fe4627c
external/Android.mk
@@ -37,13 +37,13 @@ android_sqlite_cflags := -DHAVE_USLEEP=1 \
37
sqlcipher_files := \
38
sqlcipher/sqlite3.c
39
40
-sqlcipher_cflags := -DSQLITE_HAS_CODEC -DHAVE_FDATASYNC=0 -Dfdatasync=fsync
+sqlcipher_cflags := -DSQLITE_HAS_CODEC -DHAVE_FDATASYNC=0 -Dfdatasync=fsync -DSQLITE_ENABLE_ICU
41
42
include $(CLEAR_VARS)
43
44
LOCAL_STATIC_LIBRARIES += static-libcrypto
45
LOCAL_CFLAGS += $(android_sqlite_cflags) $(sqlcipher_cflags)
46
-LOCAL_C_INCLUDES := includes sqlcipher
+LOCAL_C_INCLUDES := includes sqlcipher icu4c/common icu4c/i18n
47
LOCAL_LDFLAGS += $(project_ldflags)
48
LOCAL_MODULE := libsqlcipher
49
LOCAL_SRC_FILES := $(sqlcipher_files)
0 commit comments