Merge "libbuildversion should be linked as a whole archive dep as soong does."

This commit is contained in:
Yu Liu
2023-05-02 17:34:02 +00:00
committed by Gerrit Code Review
4 changed files with 8 additions and 12 deletions

View File

@@ -1613,7 +1613,7 @@ func TestCcLibraryStaticUseVersionLib(t *testing.T) {
}`,
ExpectedBazelTargets: []string{
MakeBazelTarget("cc_library_static", "foo", AttrNameToString{
"implementation_whole_archive_deps": `["//build/soong/cc/libbuildversion:libbuildversion"]`,
"whole_archive_deps": `["//build/soong/cc/libbuildversion:libbuildversion"]`,
}),
},
})