Skip to content

Commit fe4627c

Browse files
Merge remote-tracking branch 'brodybits/icu-unicode-fix'
2 parents 2ed830e + 2d22729 commit fe4627c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/Android.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ android_sqlite_cflags := -DHAVE_USLEEP=1 \
3737
sqlcipher_files := \
3838
sqlcipher/sqlite3.c
3939

40-
sqlcipher_cflags := -DSQLITE_HAS_CODEC -DHAVE_FDATASYNC=0 -Dfdatasync=fsync
40+
sqlcipher_cflags := -DSQLITE_HAS_CODEC -DHAVE_FDATASYNC=0 -Dfdatasync=fsync -DSQLITE_ENABLE_ICU
4141

4242
include $(CLEAR_VARS)
4343

4444
LOCAL_STATIC_LIBRARIES += static-libcrypto
4545
LOCAL_CFLAGS += $(android_sqlite_cflags) $(sqlcipher_cflags)
46-
LOCAL_C_INCLUDES := includes sqlcipher
46+
LOCAL_C_INCLUDES := includes sqlcipher icu4c/common icu4c/i18n
4747
LOCAL_LDFLAGS += $(project_ldflags)
4848
LOCAL_MODULE := libsqlcipher
4949
LOCAL_SRC_FILES := $(sqlcipher_files)

0 commit comments

Comments
 (0)