jni: Add all dependencies and their compilation scripts
Compilation has been verified for all target platforms using a slightly
modified version of CrystaX NDK 10.1.0 (the issue has been resolved with
not yet release 10.2.0)
Change-Id: I99f6c270ae8732adfa402d75ba04f42b179a1a9b
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..6ce4745
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,13 @@
+[submodule "app/src/main/jni/ndn-cxx"]
+ path = app/src/main/jni/ndn-cxx
+ url = https://github.com/named-data/ndn-cxx
+[submodule "app/src/main/jni/cryptopp"]
+ path = app/src/main/jni/cryptopp
+ url = http://github.com/cawka/cryptopp
+ branch = android
+[submodule "app/src/main/jni/sqlite3"]
+ path = app/src/main/jni/sqlite3
+ url = https://github.com/cawka/sqlite3-android.git
+[submodule "app/src/main/jni/NFD"]
+ path = app/src/main/jni/NFD
+ url = https://github.com/named-data/NFD