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

Set visibility of merge_feature_manifests.par to public #79

Merged
merged 1 commit into from
May 8, 2023

Conversation

Bencodes
Copy link
Contributor

@Bencodes Bencodes commented May 5, 2023

merge_feature_manifests is missing the necessary visibility modifiers needed to use it in a build.

(16:01:53) ERROR: ... target '@rules_android//rules/android_application:merge_feature_manifests.par' is not visible from target ... Check the visibility declaration of the former target if you think the dependency is legitimate

`merge_feature_manifests` is missing the necessary visibility modifiers needed to use it in a build.

```
TODO
```
@@ -41,5 +41,6 @@ filegroup(
name = "merge_feature_manifests.par",
srcs = [":merge_feature_manifests"],
output_group = "python_zip_file",
visibility = ["//visibility:public"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be public, or is repo-level visibility (i.e. //:__subpackages__) enough?

@copybara-service copybara-service bot merged commit 59b413c into bazelbuild:pre-alpha May 8, 2023
@Bencodes Bencodes deleted the patch-2 branch May 8, 2023 22:11
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.

2 participants