Merge "remove stub dependency on source_library"
This commit is contained in:
@@ -2780,9 +2780,9 @@ func TestCcLibraryStubs(t *testing.T) {
|
||||
"stubs_symbol_file": `"a.map.txt"`,
|
||||
})
|
||||
expectedBazelTargets = append(expectedBazelTargets, makeCcStubSuiteTargets("a", AttrNameToString{
|
||||
"soname": `"a.so"`,
|
||||
"source_library": `":a"`,
|
||||
"stubs_symbol_file": `"a.map.txt"`,
|
||||
"soname": `"a.so"`,
|
||||
"source_library_label": `"//foo/bar:a"`,
|
||||
"stubs_symbol_file": `"a.map.txt"`,
|
||||
"stubs_versions": `[
|
||||
"28",
|
||||
"29",
|
||||
|
Reference in New Issue
Block a user