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 b/configure
index ac9dc08..eaa623f 100755
--- a/configure
+++ b/configure
@@ -5092,7 +5092,7 @@
 
 # Only build Linux client libs when compiling for Linux
 case $host in
-     *-*-linux*)
+     *-*-linux* | *-android* )
         LINUX_HOST=true
         ;;
 esac