summaryrefslogtreecommitdiff
path: root/include/lldb/Host/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/Config.h')
-rw-r--r--include/lldb/Host/Config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lldb/Host/Config.h b/include/lldb/Host/Config.h
index af6b98a7912a..7872eb95aab6 100644
--- a/include/lldb/Host/Config.h
+++ b/include/lldb/Host/Config.h
@@ -14,6 +14,10 @@
#include "lldb/Host/macosx/Config.h"
+#elif defined(__ANDROID_NDK__)
+
+#include "lldb/Host/android/Config.h"
+
#elif defined(__linux__) || defined(__GNU__)
#include "lldb/Host/linux/Config.h"