Merge "Fix post command of clang_verify." into main
This commit is contained in:
@@ -638,7 +638,7 @@ func transformSourceToObj(ctx ModuleContext, subdir string, srcFiles, noTidySrcs
|
|||||||
ccCmd = "${config.ClangBin}/" + ccCmd
|
ccCmd = "${config.ClangBin}/" + ccCmd
|
||||||
|
|
||||||
if flags.clangVerify {
|
if flags.clangVerify {
|
||||||
postCmd = " && touch $$out"
|
postCmd = " && touch " + objFile.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
var implicitOutputs android.WritablePaths
|
var implicitOutputs android.WritablePaths
|
||||||
|
Reference in New Issue
Block a user