Merge "remove stub dependency on source_library"

This commit is contained in:
Sam Delmerico
2023-03-16 17:43:11 +00:00
committed by Gerrit Code Review
5 changed files with 27 additions and 25 deletions

View File

@@ -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",