Fix post command of clang_verify.
Bug: 311284462 Test: go test -run TestClangVerify Change-Id: I116c4a3e1e5734a71e1bfd503ea2268a1a5643dd
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user