bazel icon indicating copy to clipboard operation
bazel copied to clipboard

Collect implementation_deps in graph node aspect

Open fmeum opened this issue 3 years ago • 1 comments

This is needed for implementation_deps of cc_library targets to be linked into cc_binary targets with dynamic_deps and cc_shared_library targets.

Fixes #14731

fmeum avatar Feb 04 '22 23:02 fmeum

@oquenchil I noticed that the starlark implementation has already been fixed. This PR still adds a test and a fix for the Java implementation. Is that useful?

fmeum avatar Sep 10 '22 13:09 fmeum