Skip to content

Commit

Permalink
Fix the visibility of the license target in TFF.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 630442675
  • Loading branch information
michaelreneer authored and tensorflow-copybara committed May 3, 2024
1 parent 3daddb1 commit 93ffd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("@rules_license//rules:license.bzl", "license")

package(
default_applicable_licenses = [":package_license"],
default_visibility = ["//visibility:private"],
default_visibility = ["//visibility:public"],
)

license(
Expand Down

0 comments on commit 93ffd03

Please sign in to comment.