Index: runtime/bin/file_system_watcher_android.cc |
diff --git a/runtime/bin/file_system_watcher_android.cc b/runtime/bin/file_system_watcher_android.cc |
index 0cecfe279df3cb276be3e73763148774388ce5be..abece4c0a752007986796d6642515d103803f16c 100644 |
--- a/runtime/bin/file_system_watcher_android.cc |
+++ b/runtime/bin/file_system_watcher_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/file_system_watcher.h" |
@@ -146,6 +146,6 @@ Dart_Handle FileSystemWatcher::ReadEvents(intptr_t id, intptr_t path_id) { |
} // namespace bin |
} // namespace dart |
-#endif // defined(TARGET_OS_ANDROID) |
+#endif // defined(HOST_OS_ANDROID) |
#endif // !defined(DART_IO_DISABLED) |