mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-26 08:11:09 +00:00
Should now use built-in sqlite3 library on Android.
This commit is contained in:
parent
c0a6b1ff12
commit
328c24b770
@ -2,6 +2,7 @@ LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_LDLIBS := -lsqlite
|
||||
LOCAL_SRC_FILES:= \
|
||||
client.c \
|
||||
export.c \
|
||||
@ -27,8 +28,7 @@ LOCAL_SRC_FILES:= \
|
||||
randombytes.c \
|
||||
simulate.c \
|
||||
jni.c \
|
||||
rhizome.c \
|
||||
sqlite3.c
|
||||
rhizome.c
|
||||
|
||||
LOCAL_MODULE:= dnalib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user