Index: runtime/vm/thread_interrupter_android.cc |
diff --git a/runtime/vm/thread_interrupter_android.cc b/runtime/vm/thread_interrupter_android.cc |
index af066c3ce6e83f29ac53b41145dee11345243abc..e4c3817638780946cb9cf6e26f25fc0f9e8690cf 100644 |
--- a/runtime/vm/thread_interrupter_android.cc |
+++ b/runtime/vm/thread_interrupter_android.cc |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#include "platform/globals.h" |
-#if defined(TARGET_OS_ANDROID) |
+#if defined(HOST_OS_ANDROID) |
#include <sys/syscall.h> // NOLINT |
#include <errno.h> // NOLINT |
@@ -76,4 +76,4 @@ void ThreadInterrupter::RemoveSignalHandler() { |
} // namespace dart |
-#endif // defined(TARGET_OS_ANDROID) |
+#endif // defined(HOST_OS_ANDROID) |