summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/oat/runtime/context.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/oat/runtime/context.cc b/src/oat/runtime/context.cc
index 998e762f2c..30733775ed 100644
--- a/src/oat/runtime/context.cc
+++ b/src/oat/runtime/context.cc
@@ -16,8 +16,11 @@
#include "context.h"
+#if defined(__arm__)
#include "arm/context_arm.h"
+#else
#include "x86/context_x86.h"
+#endif
namespace art {