diff --git a/webrtc/common_audio/BUILD.gn b/webrtc/common_audio/BUILD.gn index a73d63d1ea..cc5a7702f2 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" ] }