Add Android NDK build files.

This adds a Android.mk build that builds a Ceres static library
suitable for embetting in larger Android applications. This is
useful when needing to build Ceres without GPL'd components, since
the standalone toolchain (needed for the CMake Android build) does
not work with STLPort.

Change-Id: I8d857237f6f82658741017d161b2e31d9a20e5a7
diff --git a/.gitignore b/.gitignore
index ddbb5d2..d8bfb2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,5 @@
 *.synctex.gz
 ceres.pdf
 ceres-solver.pdf
+obj/
+jni/libs/