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

Commit 328770db authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

Merge "Remove tzdata from staging allowlist."

parents ccfe6022 421a4d6d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1363,8 +1363,9 @@ var (
	// Staging-mode allowlist. Modules in this list are only built
	// by Bazel with --bazel-mode-staging. This list should contain modules
	// which will soon be added to the prod allowlist.
	// It is implicit that all modules in ProdMixedBuildsEnabledList will
	// also be built - do not add them to this list.
	StagingMixedBuildsEnabledList = []string{
		"com.android.adbd",
		"com.android.tzdata",
	}
)