Skip to content
This repository was archived by the owner on Oct 14, 2022. It is now read-only.

Commit 8b28ceb

Browse files
ammojamonpurushe
authored andcommitted
Enable R*Tree support (requery#116)
1 parent a86f32d commit 8b28ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlite-android/src/main/jni/sqlite/Android.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ sqlite_flags := \
2323
-DSQLITE_ENABLE_FTS5 \
2424
-DSQLITE_ENABLE_FTS5_PARENTHESIS \
2525
-DSQLITE_ENABLE_JSON1 \
26+
-DSQLITE_ENABLE_RTREE=1 \
2627
-DSQLITE_OMIT_BUILTIN_TEST \
2728
-DSQLITE_OMIT_COMPILEOPTION_DIAGS \
2829
-DSQLITE_DEFAULT_FILE_PERMISSIONS=0600

0 commit comments

Comments
 (0)