Skip to content

Commit

Permalink
Add missing line to cherrypick e4bc370 (bazelbuild#15784)
Browse files Browse the repository at this point in the history
Co-authored-by: Chenchu K <ckolli@google.com>
  • Loading branch information
oquenchil and ckolli5 committed Jul 1, 2022
1 parent ad17b44 commit 240e3d1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -540,6 +540,7 @@ def _cc_shared_library_impl(ctx):
),
OutputGroupInfo(
main_shared_library_output = depset(library),
interface_library = depset(interface_library),
rule_impl_debug_files = depset(direct = debug_files, transitive = transitive_debug_files),
),
CcSharedLibraryInfo(
Expand Down

0 comments on commit 240e3d1

Please sign in to comment.