Add additional adbd related tests to mixed staging

Test: CI
Change-Id: I724e854dbbc67a1a37109e19935b28627066acc8
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go
index fb56ee1..92e8854 100644
--- a/android/allowlists/allowlists.go
+++ b/android/allowlists/allowlists.go
@@ -1381,5 +1381,9 @@
 	StagingMixedBuildsEnabledList = []string{
 		"com.android.adbd",
 		"adbd_test",
+		"adb_crypto_test",
+		"adb_pairing_auth_test",
+		"adb_pairing_connection_test",
+		"adb_tls_connection_test",
 	}
 )