LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166

llvm-svn: 221570
diff --git a/lldb/source/Host/common/File.cpp b/lldb/source/Host/common/File.cpp
index 50513af..c3c7783 100644
--- a/lldb/source/Host/common/File.cpp
+++ b/lldb/source/Host/common/File.cpp
@@ -896,7 +896,7 @@
     {
         m_is_interactive = eLazyBoolNo;
         m_is_real_terminal = eLazyBoolNo;
-#ifdef _WIN32
+#if (defined(_WIN32) || defined(__ANDROID_NDK__))
         if (_isatty(fd))
         {
             m_is_interactive = eLazyBoolYes;