Commit b80a256c authored by Robert Sesek's avatar Robert Sesek Committed by Chromium LUCI CQ

Only build //build/config/mac:sdk_inputs on Mac.

Bug: 1157103
Change-Id: Ie792de078f7d33cc269eeb489d1381d267d1a681
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585789Reviewed-by: default avataredchin <edchin@chromium.org>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836244}
parent a54731cc
...@@ -117,7 +117,7 @@ config("strip_all") { ...@@ -117,7 +117,7 @@ config("strip_all") {
# #
# The symbolic link for $mac_sdk_path is set up by # The symbolic link for $mac_sdk_path is set up by
# //build/config/mac/sdk_info.py in //build/config/mac/mac_sdk.gni. # //build/config/mac/sdk_info.py in //build/config/mac/mac_sdk.gni.
if (use_system_xcode && use_goma) { if (use_system_xcode && use_goma && target_os == "mac") {
action("sdk_inputs") { action("sdk_inputs") {
script = "//build/noop.py" script = "//build/noop.py"
outputs = [ outputs = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment