Index: runtime/vm/assembler_arm.cc |
=================================================================== |
--- runtime/vm/assembler_arm.cc (revision 27505) |
+++ runtime/vm/assembler_arm.cc (working copy) |
@@ -13,7 +13,7 @@ |
#include "vm/stub_code.h" |
// An extra check since we are assuming the existence of /proc/cpuinfo below. |
-#if !defined(USING_SIMULATOR) && !defined(__linux__) |
+#if !defined(USING_SIMULATOR) && !defined(__linux__) && !defined(ANDROID) |
#error ARM cross-compile only supported on Linux |
#endif |