forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove JavaStrictCompilationArgsProvider.
The JavaStrictCompilationArgsProvider was introduced for a migration in times when a java_*_proto_library could be either strict/nonstrict. See unknown commit for migration plan. With removal of special attribute on java_*_proto_library (attribute strict_deps, flag experimental_java_proto_library_enforce_strict_deps) and addition of a global configuration flag (experimental_jlpl_enforce_strict_deps), that only allows all such targets to be strict or non-strict, this can be merged into a single provider. Note that most of java_* rules took strict version over non-strict, and generated identical strict/non-strict version of the provider. The last place where different providers are generated is java_lite_proto_library. The latter provides a non-strict using a custom provider JavaProtoLibraryAspectProvider) PiperOrigin-RevId: 358784793
- Loading branch information
1 parent
7a0f36e
commit f40a89b
Showing
8 changed files
with
7 additions
and
102 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
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
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
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
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
50 changes: 0 additions & 50 deletions
50
...main/java/com/google/devtools/build/lib/rules/java/JavaStrictCompilationArgsProvider.java
This file was deleted.
Oops, something went wrong.
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
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