Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e56fd946 authored by Sam Delmerico's avatar Sam Delmerico Committed by Gerrit Code Review
Browse files

Merge "pass TIDY_EXTERNAL_VENDOR envvar to Bazel"

parents 8b0c15b0 700b4d3e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -45,11 +45,14 @@ var (
		CommandDeps: []string{"${bazelBuildRunfilesTool}"},
	}, "outDir")
	allowedBazelEnvironmentVars = []string{
		// clang-tidy
		"ALLOW_LOCAL_TIDY_TRUE",
		"DEFAULT_TIDY_HEADER_DIRS",
		"TIDY_TIMEOUT",
		"WITH_TIDY",
		"WITH_TIDY_FLAGS",
		"TIDY_EXTERNAL_VENDOR",

		"SKIP_ABI_CHECKS",
		"UNSAFE_DISABLE_APEX_ALLOWED_DEPS_CHECK",
		"AUTO_ZERO_INITIALIZE",