Add support for building the Linux client code using the Android NDK
r=mwu at http://breakpad.appspot.com/212001/show

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@716 4c0a9323-5329-0410-9bdc-e9ce6186880e
diff --git a/configure.ac b/configure.ac
index 73cee88..1b30b06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@
 
 # Only build Linux client libs when compiling for Linux
 case $host in
-     *-*-linux*)
+     *-*-linux* | *-android* )
         LINUX_HOST=true
         ;;
 esac