Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0090db54 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Do not add ccWrapper to ccNoDeps rule" am: 8a2d1b4d am: d90c0b91

Change-Id: I3a89df879967f6cd72f449279856cc32e9c69b0d
parents 80cb25a7 d90c0b91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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")