Loading cc/builder.go +2 −2 Original line number Diff line number Diff line Loading @@ -55,9 +55,9 @@ var ( }, "ccCmd", "cFlags") ccNoDeps = pctx.AndroidRemoteStaticRule("ccNoDeps", android.RemoteRuleSupports{Goma: true}, ccNoDeps = pctx.AndroidStaticRule("ccNoDeps", blueprint.RuleParams{ Command: "$relPwd ${config.CcWrapper}$ccCmd -c $cFlags -o $out $in", Command: "$relPwd $ccCmd -c $cFlags -o $out $in", CommandDeps: []string{"$ccCmd"}, }, "ccCmd", "cFlags") Loading Loading
cc/builder.go +2 −2 Original line number Diff line number Diff line Loading @@ -55,9 +55,9 @@ var ( }, "ccCmd", "cFlags") ccNoDeps = pctx.AndroidRemoteStaticRule("ccNoDeps", android.RemoteRuleSupports{Goma: true}, ccNoDeps = pctx.AndroidStaticRule("ccNoDeps", blueprint.RuleParams{ Command: "$relPwd ${config.CcWrapper}$ccCmd -c $cFlags -o $out $in", Command: "$relPwd $ccCmd -c $cFlags -o $out $in", CommandDeps: []string{"$ccCmd"}, }, "ccCmd", "cFlags") Loading