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

Commit 3784d144 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add adbd to staging allowlist"

parents 4e17a2e5 9f0e552b
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",
	}
)