Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid pulling in @google_bazel_common #10

Closed
wants to merge 1 commit into from

Conversation

ted-xie
Copy link
Contributor

@ted-xie ted-xie commented Aug 31, 2023

bazel_common pulls in a lot of extra libraries that this repository doesn't necessarily need. The main extra deps that desugar_jdk_libs needed were:

  1. bazel-skylib
  2. android_sdk_repository
  3. jsr305 and AutoValue annotation processors

These could all be pulled piecemeal through WORKSPACE dependencies. This change makes integrating desugar_jdk_libs easier due to fewer external dependencies.

bazel_common pulls in a lot of extra libraries that this repository
doesn't necessarily need. The main extra deps that desugar_jdk_libs
needed were:
1) bazel-skylib
2) android_sdk_repository
3) jsr305 and AutoValue annotation processors

These could all be pulled piecemeal through WORKSPACE dependencies.
This change makes integrating desugar_jdk_libs easier due to fewer
external dependencies.
@copybara-service copybara-service bot closed this in 7f35770 Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant