Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index ba7cf2b61c41a760b261ea1dda5588bbc7e42e7d..2cc77bfb91a16bdfbaa3271bd3a7550ffe63940d 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -1954,7 +1954,7 @@ |
'target_name': 'chromium_linker_test_apk', |
'type': 'none', |
'conditions': [ |
- ['target_arch != "x64" and target_arch != "arm64"', { |
+ ['target_arch != "x64"', { |
rmcilroy
2015/08/28 13:24:08
Is there still a bug on x64 or can we remove this
simonb (inactive)
2015/08/28 14:00:41
Just not tested on x64 yet (lack of time). It's on
|
'dependencies': [ |
'chromium_android_linker_test', |
'content.gyp:content_icudata', |