Merge "Remove adbd from bazel prod allowlist"
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go
index 1cc4d54..267ab42 100644
--- a/android/allowlists/allowlists.go
+++ b/android/allowlists/allowlists.go
@@ -1336,9 +1336,7 @@
 		"prebuilt_currysrc_org.eclipse",
 	}
 
-	ProdMixedBuildsEnabledList = []string{
-		"com.android.adbd",
-	}
+	ProdMixedBuildsEnabledList = []string{}
 
 	// Staging builds should be entirely prod, plus some near-ready ones. Add the
 	// new ones to the first argument as needed.