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

Commit 9c667416 authored by Liz Kammer's avatar Liz Kammer
Browse files

Add additional adbd related tests to mixed staging

Test: CI
Change-Id: I724e854dbbc67a1a37109e19935b28627066acc8
parent d623192e
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",
	}
)