| Index: runtime/bin/log_android.cc
|
| diff --git a/runtime/bin/log_android.cc b/runtime/bin/log_android.cc
|
| index 42a67556638d4613867711e3d2c505ddbc302c68..164db7f3fc9b203af1b0fbea4ab9a83af0edcb19 100644
|
| --- a/runtime/bin/log_android.cc
|
| +++ b/runtime/bin/log_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/log.h"
|
|
|
| @@ -37,4 +37,4 @@ void Log::VPrintErr(const char* format, va_list args) {
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_ANDROID)
|
| +#endif // defined(HOST_OS_ANDROID)
|
|
|