mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Switch android build to external sqlite3
This commit is contained in:
parent
42f3515c0e
commit
2b8ed9e80c
2 changed files with 20 additions and 3 deletions
|
@ -98,6 +98,7 @@ LOCAL_C_INCLUDES := \
|
|||
deps/openal-soft/jni/OpenAL/include \
|
||||
deps/libvorbis-libogg-android/jni/include \
|
||||
deps/leveldb/include \
|
||||
deps/sqlite/
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
jni/src/ban.cpp \
|
||||
|
@ -290,7 +291,7 @@ LOCAL_SRC_FILES += \
|
|||
jni/src/lua/src/print.c
|
||||
|
||||
# sqlite
|
||||
LOCAL_SRC_FILES += jni/src/sqlite/sqlite3.c
|
||||
LOCAL_SRC_FILES += deps/sqlite/sqlite3.c
|
||||
|
||||
# jthread
|
||||
LOCAL_SRC_FILES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue