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

Commit d90c0b91 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I1b2cc7644c84ceb7d018c3250684cb6f1f08f6eb
parents 0ac6055a 8a2d1b4d
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")