Index: runtime/bin/crypto_android.cc |
diff --git a/runtime/bin/crypto_android.cc b/runtime/bin/crypto_android.cc |
index b83a71b812bbd506942ebcc809af38ffe607667c..2b6147c3dc7a2ac1baa6522cfaa8a18147d0bb85 100644 |
--- a/runtime/bin/crypto_android.cc |
+++ b/runtime/bin/crypto_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 <fcntl.h> // NOLINT |
@@ -41,4 +41,4 @@ bool Crypto::GetRandomBytes(intptr_t count, uint8_t* buffer) { |
} // namespace bin |
} // namespace dart |
-#endif // defined(TARGET_OS_ANDROID) |
+#endif // defined(HOST_OS_ANDROID) |