Merge "Fix post command of clang_verify." into main

This commit is contained in:
Treehugger Robot 2024-05-23 22:59:37 +00:00 committed by Gerrit Code Review
commit 7e2490ef4b

View file

@ -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