Merge "Add additional adbd related tests to mixed staging"

This commit is contained in:
Treehugger Robot
2023-01-25 13:21:07 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 0 deletions

View File

@@ -1381,5 +1381,9 @@ var (
StagingMixedBuildsEnabledList = []string{
"com.android.adbd",
"adbd_test",
"adb_crypto_test",
"adb_pairing_auth_test",
"adb_pairing_connection_test",
"adb_tls_connection_test",
}
)

View File

@@ -1859,6 +1859,10 @@ func (c *Module) QueueBazelCall(ctx android.BaseModuleContext) {
var (
mixedBuildSupportedCcTest = []string{
"adbd_test",
"adb_crypto_test",
"adb_pairing_auth_test",
"adb_pairing_connection_test",
"adb_tls_connection_test",
}
)