| Index: runtime/bin/platform_android.cc
|
| diff --git a/runtime/bin/platform_android.cc b/runtime/bin/platform_android.cc
|
| index 6b051ac6c739b2959458a26ed70cf567698d5230..10371c60f88ed7549b8cb8a175313a570a13bd98 100644
|
| --- a/runtime/bin/platform_android.cc
|
| +++ b/runtime/bin/platform_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/platform.h"
|
|
|
| @@ -97,4 +97,4 @@ void Platform::Exit(int exit_code) {
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_ANDROID)
|
| +#endif // defined(HOST_OS_ANDROID)
|
|
|