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

Commit b0208fb5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add adbd to staging allowlist" am: 3784d144

parents b8f513ac 3784d144
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -1359,5 +1359,8 @@ 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.
	StagingMixedBuildsEnabledList = []string{"com.android.tzdata"}
	StagingMixedBuildsEnabledList = []string{
		"com.android.adbd",
		"com.android.tzdata",
	}
)