| Index: runtime/vm/os_android.cc
|
| diff --git a/runtime/vm/os_android.cc b/runtime/vm/os_android.cc
|
| index f3673ee49992916d52721afcef5d2d99a8d50759..4f3b784c71c5811c3ec2b3654a138af63e79c655 100644
|
| --- a/runtime/vm/os_android.cc
|
| +++ b/runtime/vm/os_android.cc
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #include "vm/globals.h"
|
| -#if defined(TARGET_OS_ANDROID)
|
| +#if defined(HOST_OS_ANDROID)
|
|
|
| #include "vm/os.h"
|
|
|
| @@ -450,4 +450,4 @@ void OS::Exit(int code) {
|
|
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_ANDROID)
|
| +#endif // defined(HOST_OS_ANDROID)
|
|
|