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

Commit 51a6e426 authored by Kousik Kumar's avatar Kousik Kumar Committed by Automerger Merge Worker
Browse files

[DO NOT MERGE] Do not add ccWrapper to ccNoDeps rule am: 65e10fba

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/12467708

Change-Id: I61f53c98454140109604999e7f524b94f231f6ac
parents 5cde33dd 65e10fba
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")