Remove our clang-tidy wrapper
Looks like the reason for it existing has been fixed. It should probably just be removed. Bug: None Test: WITH_TIDY=1 m Change-Id: I770b2fec4ac44f265ff31731c9c0bd4da14d5b0f
This commit is contained in:
@@ -150,8 +150,8 @@ var (
|
||||
|
||||
clangTidy = pctx.AndroidStaticRule("clangTidy",
|
||||
blueprint.RuleParams{
|
||||
Command: "rm -f $out && CLANG_TIDY=${config.ClangBin}/clang-tidy ${config.ClangTidyShellPath} $tidyFlags $in -- $cFlags && touch $out",
|
||||
CommandDeps: []string{"${config.ClangBin}/clang-tidy", "${config.ClangTidyShellPath}"},
|
||||
Command: "rm -f $out && ${config.ClangBin}/clang-tidy $tidyFlags $in -- $cFlags && touch $out",
|
||||
CommandDeps: []string{"${config.ClangBin}/clang-tidy"},
|
||||
},
|
||||
"cFlags", "tidyFlags")
|
||||
|
||||
|
Reference in New Issue
Block a user