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
This commit is contained in:
ted.mielczarek 2010-10-20 15:51:38 +00:00
parent 9c30407f7f
commit cfc8628092
15 changed files with 248 additions and 26 deletions

View file

@ -52,7 +52,7 @@ AX_PTHREAD
# Only build Linux client libs when compiling for Linux
case $host in
*-*-linux*)
*-*-linux* | *-android* )
LINUX_HOST=true
;;
esac