Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index 12e365d0d470d28d1ec6244a3a17ebc3e088b6b7..7c55e6b61866732f875db940b6daa364d10f200b 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -128,7 +128,7 @@ |
}], |
['OS == "android" and _toolset == "target"', { |
'conditions': [ |
- ['target_arch == "ia32"', { |
+ ['target_arch == "ia32" or target_arch == "x64"', { |
'sources/': [ |
['include', '^atomicops_internals_x86_gcc\\.cc$'], |
], |