Description[Chromecast] Update the default value of use_gold for Cast builds.
Chromecast builds require that target toolchains not use gold. Other
options do not work:
1) toolchain_args are ignored when the toolchain is default, so
setting use_gold explicitly for our target toolchains is infeasible.
2) We want host toolchains to take the default value for use_gold, so
overriding with a GN arg is infeasible.
Setting use_gold on a per-toolchain basis is ideal, but until the issue
in (1) is resolved, this will need to be our workaround.
BUG=NONE
Committed: https://crrev.com/2dcea1128cc5021fc1baef55fd78166397712817
Cr-Commit-Position: refs/heads/master@{#394872}
Patch Set 1 #Patch Set 2 : Account for Cast on Android arm builds #Messages
Total messages: 15 (7 generated)
|