From c0a6b1ff12ef2c548c45f46abfe8e297cc5b2e99 Mon Sep 17 00:00:00 2001 From: gardners Date: Mon, 19 Dec 2011 05:47:52 +1030 Subject: [PATCH] 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). --- Android-without-NaCl.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Android-without-NaCl.mk b/Android-without-NaCl.mk index 76f50565..f9d877e3 100644 --- a/Android-without-NaCl.mk +++ b/Android-without-NaCl.mk @@ -26,7 +26,9 @@ LOCAL_SRC_FILES:= \ peers.c \ randombytes.c \ simulate.c \ - jni.c + jni.c \ + rhizome.c \ + sqlite3.c LOCAL_MODULE:= dnalib