Index: runtime/bin/file_android.cc |
diff --git a/runtime/bin/file_android.cc b/runtime/bin/file_android.cc |
index a8ca445623357441a57ddfea7b6013f949285a41..b226a51effaa120f9992ef6ed9fda4e281a5ac9b 100644 |
--- a/runtime/bin/file_android.cc |
+++ b/runtime/bin/file_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 "bin/file.h" |
@@ -608,4 +608,4 @@ File::Identical File::AreIdentical(const char* file_1, const char* file_2) { |
} // namespace bin |
} // namespace dart |
-#endif // defined(TARGET_OS_ANDROID) |
+#endif // defined(HOST_OS_ANDROID) |