Merge "Use builtin CcSharedLibraryInfo for cquery"

This commit is contained in:
Christopher Parsons
2022-06-14 16:27:18 +00:00
committed by Gerrit Code Review

View File

@@ -132,7 +132,7 @@ else:
sharedLibraries = []
rootSharedLibraries = []
shared_info_tag = "@rules_cc//examples:experimental_cc_shared_library.bzl%CcSharedLibraryInfo"
shared_info_tag = "@_builtins//:common/cc/experimental_cc_shared_library.bzl%CcSharedLibraryInfo"
if shared_info_tag in providers(target):
shared_info = providers(target)[shared_info_tag]
for lib in shared_info.linker_input.libraries: