Merge "Do not add ccWrapper to ccNoDeps rule" am: 8a2d1b4d86 am: d90c0b9136

Change-Id: I3a89df879967f6cd72f449279856cc32e9c69b0d
This commit is contained in:
Automerger Merge Worker
2020-02-19 03:09:16 +00:00

View File

@@ -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")