forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify the handling of visibility dependencies, the generating rule de…
…pendency and dependencies through regular attributes. Two pieces are missing: 1. Toolchain dependencies need to be special-cased somehow because we don't depend on the packages that contain them. Stay tuned! 2. The "is the visibility dependency a package group" is removed from the processing of the map. This could conceivably be done in ConfiguredTargetFunction, but that's a bit heavier refactoring and is better done by not special-casing package groups anymore anyway. RELNOTES: None. PiperOrigin-RevId: 232461481
- Loading branch information
Showing
1 changed file
with
27 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters