Merge "Fix post command of clang_verify." into main
This commit is contained in:
commit
7e2490ef4b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue