Index: runtime/bin/utils_android.cc |
diff --git a/runtime/bin/utils_android.cc b/runtime/bin/utils_android.cc |
index e40d66a14e2469b743c5001f8b538e69bd4883fe..adb65842c62f67889ba6f029ae8c5736674cb84b 100644 |
--- a/runtime/bin/utils_android.cc |
+++ b/runtime/bin/utils_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 <errno.h> // NOLINT |
#include <netdb.h> // NOLINT |
@@ -131,4 +131,4 @@ void TimerUtils::Sleep(int64_t millis) { |
} // namespace bin |
} // namespace dart |
-#endif // defined(TARGET_OS_ANDROID) |
+#endif // defined(HOST_OS_ANDROID) |