| Index: runtime/bin/extensions_android.cc
|
| diff --git a/runtime/bin/extensions_android.cc b/runtime/bin/extensions_android.cc
|
| index 847dfb30653015dc181f7cfec33bed1d4336aae2..944d57e5967ddb0ec96b90402a96e68297c6f46e 100644
|
| --- a/runtime/bin/extensions_android.cc
|
| +++ b/runtime/bin/extensions_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/extensions.h"
|
| #include <dlfcn.h> // NOLINT
|
| @@ -48,4 +48,4 @@ Dart_Handle Extensions::GetError() {
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_ANDROID)
|
| +#endif // defined(HOST_OS_ANDROID)
|
|
|