Make more cc tests parallel
Test: go test soong cc tests Change-Id: I5ade33b1579ae46571728e051471147e627a7d38
This commit is contained in:
@@ -38,6 +38,7 @@ func hasDirectDep(ctx visitDirectDepsInterface, m android.Module, wantDep androi
|
||||
}
|
||||
|
||||
func TestAfdoDeps(t *testing.T) {
|
||||
t.Parallel()
|
||||
bp := `
|
||||
cc_library_shared {
|
||||
name: "libTest",
|
||||
@@ -93,6 +94,7 @@ func TestAfdoDeps(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestAfdoEnabledOnStaticDepNoAfdo(t *testing.T) {
|
||||
t.Parallel()
|
||||
bp := `
|
||||
cc_library_shared {
|
||||
name: "libTest",
|
||||
|
Reference in New Issue
Block a user