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)
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