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

Commit 7e2490ef authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix post command of clang_verify." into main

parents 788100e2 de1b6b0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -638,7 +638,7 @@ func transformSourceToObj(ctx ModuleContext, subdir string, srcFiles, noTidySrcs
		ccCmd = "${config.ClangBin}/" + ccCmd

		if flags.clangVerify {
			postCmd = " && touch $$out"
			postCmd = " && touch " + objFile.String()
		}

		var implicitOutputs android.WritablePaths