Merge "Add additional adbd related tests to mixed staging"
This commit is contained in:
@@ -1381,5 +1381,9 @@ var (
|
|||||||
StagingMixedBuildsEnabledList = []string{
|
StagingMixedBuildsEnabledList = []string{
|
||||||
"com.android.adbd",
|
"com.android.adbd",
|
||||||
"adbd_test",
|
"adbd_test",
|
||||||
|
"adb_crypto_test",
|
||||||
|
"adb_pairing_auth_test",
|
||||||
|
"adb_pairing_connection_test",
|
||||||
|
"adb_tls_connection_test",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
4
cc/cc.go
4
cc/cc.go
@@ -1859,6 +1859,10 @@ func (c *Module) QueueBazelCall(ctx android.BaseModuleContext) {
|
|||||||
var (
|
var (
|
||||||
mixedBuildSupportedCcTest = []string{
|
mixedBuildSupportedCcTest = []string{
|
||||||
"adbd_test",
|
"adbd_test",
|
||||||
|
"adb_crypto_test",
|
||||||
|
"adb_pairing_auth_test",
|
||||||
|
"adb_pairing_connection_test",
|
||||||
|
"adb_tls_connection_test",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user