Should now use built-in sqlite3 library on Android.

This commit is contained in:
gardners 2011-12-19 05:55:10 +10:30
parent c0a6b1ff12
commit 328c24b770

View File

@ -2,6 +2,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_LDLIBS := -lsqlite
LOCAL_SRC_FILES:= \ LOCAL_SRC_FILES:= \
client.c \ client.c \
export.c \ export.c \
@ -27,8 +28,7 @@ LOCAL_SRC_FILES:= \
randombytes.c \ randombytes.c \
simulate.c \ simulate.c \
jni.c \ jni.c \
rhizome.c \ rhizome.c
sqlite3.c
LOCAL_MODULE:= dnalib LOCAL_MODULE:= dnalib