File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,11 @@ project_ldflags:= -Llibs/armeabi/ -Landroid-libs/
28
28
# SQLITE_TEMP_STORE=3 causes all TEMP files to go into RAM. and thats the behavior we want
29
29
# SQLITE_ENABLE_FTS3 enables usage of FTS3 - NOT FTS1 or 2.
30
30
# SQLITE_DEFAULT_AUTOVACUUM=1 causes the databases to be subject to auto-vacuum
31
- android_sqlite_cflags := -DHAVE_USLEEP=1 -DSQLITE_DEFAULT_JOURNAL_SIZE_LIMIT=1048576 -DSQLITE_THREADSAFE=1 -DNDEBUG=1 -DSQLITE_ENABLE_MEMORY_MANAGEMENT=1 -DSQLITE_DEFAULT_AUTOVACUUM=1 -DSQLITE_TEMP_STORE=3 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_BACKWARDS -DSQLITE_ENABLE_LOAD_EXTENSION -DCODEC_DEBUG
31
+ android_sqlite_cflags := -DHAVE_USLEEP=1 \
32
+ -DSQLITE_DEFAULT_JOURNAL_SIZE_LIMIT=1048576 -DSQLITE_THREADSAFE=1 -DNDEBUG=1 \
33
+ -DSQLITE_ENABLE_MEMORY_MANAGEMENT=1 -DSQLITE_TEMP_STORE=3 \
34
+ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_BACKWARDS \
35
+ -DSQLITE_ENABLE_LOAD_EXTENSION
32
36
33
37
sqlcipher_files := \
34
38
sqlcipher/sqlite3.c
You can’t perform that action at this time.
0 commit comments