Added rhizome and sqlite3 to Android build process.

(sqlite3 can be removed once we work out how to link to the
existing sqlite implementation on Android).
This commit is contained in:
gardners 2011-12-19 05:47:52 +10:30
parent 1628d5cbfb
commit c0a6b1ff12

View File

@ -26,7 +26,9 @@ LOCAL_SRC_FILES:= \
peers.c \
randombytes.c \
simulate.c \
jni.c
jni.c \
rhizome.c \
sqlite3.c
LOCAL_MODULE:= dnalib