commit | 9c667416ded33b93a44c5f1894ea23cae6699a17 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Tue Jan 24 10:47:18 2023 -0500 |
committer | Liz Kammer <eakammer@google.com> | Tue Jan 24 10:47:18 2023 -0500 |
tree | e37d0492f18e491d2236af6dfe3cb1ca3f41940a | |
parent | d623192eea55ec5c61d28035b906ecdbb5174164 [diff] [blame] |
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", } )