Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8153bc40 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add additional adbd related tests to mixed staging"

parents 6cf5e0d9 9c667416
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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",
	}
)
+4 −0
Original line number Diff line number Diff line
@@ -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",
	}
)