Index: webrtc/common_audio/BUILD.gn |
diff --git a/webrtc/common_audio/BUILD.gn b/webrtc/common_audio/BUILD.gn |
index a73d63d1ea90eb0f5c820497cc8d40e46c9b7cb2..cc5a7702f279f7853910b0293b7cd610fe195316 100644 |
--- a/webrtc/common_audio/BUILD.gn |
+++ b/webrtc/common_audio/BUILD.gn |
@@ -284,7 +284,7 @@ if (rtc_include_tests) { |
] |
# Does not compile on iOS for arm: webrtc:5544. |
- if (!is_ios || target_cpu != "arm" || target_cpu != "arm64") { |
+ if (!is_ios || target_cpu != "arm") { |
sources += [ "resampler/sinc_resampler_unittest.cc" ] |
} |