Exclude frame_analyzer_host build on iOS.

Bug: webrtc:11474
Change-Id: I6d5bc2e079330e371e8199d5602b62a0e36fe75a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173721
Reviewed-by: Per Åhgren <peah@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31112}
This commit is contained in:
Mirko Bonadei 2020-04-20 17:48:26 +02:00 committed by Commit Bot
parent f0d64a5f9b
commit e50c979811

View File

@ -132,7 +132,7 @@ rtc_executable("frame_analyzer") {
# TODO(bugs.webrtc.org/11474): Enable this on win if needed. For now it
# is only required for Linux and Android.
if (!build_with_chromium && !build_with_mozilla && !is_win) {
if (!build_with_chromium && !build_with_mozilla && !is_win && !is_ios) {
action("frame_analyzer_host") {
script = "//tools_webrtc/executable_host_build.py"
outputs = [ "${root_out_dir}/frame_analyzer_host" ]