Merge "pass TIDY_EXTERNAL_VENDOR envvar to Bazel"
This commit is contained in:
@@ -45,11 +45,14 @@ var (
|
|||||||
CommandDeps: []string{"${bazelBuildRunfilesTool}"},
|
CommandDeps: []string{"${bazelBuildRunfilesTool}"},
|
||||||
}, "outDir")
|
}, "outDir")
|
||||||
allowedBazelEnvironmentVars = []string{
|
allowedBazelEnvironmentVars = []string{
|
||||||
|
// clang-tidy
|
||||||
"ALLOW_LOCAL_TIDY_TRUE",
|
"ALLOW_LOCAL_TIDY_TRUE",
|
||||||
"DEFAULT_TIDY_HEADER_DIRS",
|
"DEFAULT_TIDY_HEADER_DIRS",
|
||||||
"TIDY_TIMEOUT",
|
"TIDY_TIMEOUT",
|
||||||
"WITH_TIDY",
|
"WITH_TIDY",
|
||||||
"WITH_TIDY_FLAGS",
|
"WITH_TIDY_FLAGS",
|
||||||
|
"TIDY_EXTERNAL_VENDOR",
|
||||||
|
|
||||||
"SKIP_ABI_CHECKS",
|
"SKIP_ABI_CHECKS",
|
||||||
"UNSAFE_DISABLE_APEX_ALLOWED_DEPS_CHECK",
|
"UNSAFE_DISABLE_APEX_ALLOWED_DEPS_CHECK",
|
||||||
"AUTO_ZERO_INITIALIZE",
|
"AUTO_ZERO_INITIALIZE",
|
||||||
|
Reference in New Issue
Block a user