Index: runtime/bin/eventhandler_android.cc |
diff --git a/runtime/bin/eventhandler_android.cc b/runtime/bin/eventhandler_android.cc |
index 8ab91cd8a479644213983d53e49253bc0785f013..053b69d085d7a3a7a1215de092ff9f398ed07279 100644 |
--- a/runtime/bin/eventhandler_android.cc |
+++ b/runtime/bin/eventhandler_android.cc |
@@ -5,7 +5,7 @@ |
#if !defined(DART_IO_DISABLED) |
#include "platform/globals.h" |
-#if defined(TARGET_OS_ANDROID) |
+#if defined(HOST_OS_ANDROID) |
#include "bin/eventhandler.h" |
#include "bin/eventhandler_android.h" |
@@ -444,6 +444,6 @@ uint32_t EventHandlerImplementation::GetHashmapHashFromFd(intptr_t fd) { |
} // namespace bin |
} // namespace dart |
-#endif // defined(TARGET_OS_ANDROID) |
+#endif // defined(HOST_OS_ANDROID) |
#endif // !defined(DART_IO_DISABLED) |