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

Commit 98bf5cca authored by Jingwen Chen's avatar Jingwen Chen
Browse files

Add com.android.adbd and adbd_test to AOSP prod allowlist.

Test: presubmits
Bug: 260617515
Fixes: 260617515
Change-Id: Iadfd5ec2793d98d90c4be6a30ff706735327c299
parent 7ae8afc1
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -1408,19 +1408,19 @@ var (
	ProdMixedBuildsEnabledList = []string{
		"com.android.tzdata",
		"test1_com.android.tzdata",
	}

	// 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",
		"test_com.android.adbd",
		"adbd_test",
		"adb_crypto_test",
		"adb_pairing_auth_test",
		"adb_pairing_connection_test",
		"adb_tls_connection_test",
	}

	// 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{}
)