Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Updgraded to SQLite 3.20.1 and fixed mmap build error with NDK 15
Browse files Browse the repository at this point in the history
See android/ndk#332 for more
  • Loading branch information
fmsmartcommerce committed Nov 10, 2017
1 parent 47762e5 commit 030c93b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ libs
*.iml
.idea
.gradle
local.properties
1 change: 1 addition & 0 deletions jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ LOCAL_LDLIBS := -llog
LOCAL_MODULE := sqlite-native-driver
LOCAL_CFLAGS += -DSQLITE_TEMP_STORE=2 -DSQLITE_THREADSAFE=2
LOCAL_CFLAGS += -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_RTREE
LOCAL_CFLAGS += -DSQLITE_DISABLE_LFS
LOCAL_SRC_FILES := \
../sqlite-rapidjson/sqlite-rapidjson.cpp \
../sqlite-amalgamation/sqlite3.c \
Expand Down
12 changes: 0 additions & 12 deletions local.properties

This file was deleted.

2 changes: 1 addition & 1 deletion sqlite-amalgamation
Submodule sqlite-amalgamation updated 5 files
+9 −0 LICENSE.md
+2 −2 README.md
+89,721 −41,153 sqlite3.c
+3,267 −404 sqlite3.h
+578 −0 sqlite3ext.h

0 comments on commit 030c93b

Please sign in to comment.