From cfc8628092e17069d8d6c7068d4f21d9baabe077 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek" Date: Wed, 20 Oct 2010 15:51:38 +0000 Subject: 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 --- src/common/linux/file_id.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/common/linux') diff --git a/src/common/linux/file_id.cc b/src/common/linux/file_id.cc index b04c831e..2227c83b 100644 --- a/src/common/linux/file_id.cc +++ b/src/common/linux/file_id.cc @@ -38,7 +38,11 @@ #include #include #include +#if defined(__ANDROID__) +#include "client/linux/android_link.h" +#else #include +#endif #include #include #include -- cgit v1.2.1