diff --git a/third_party/fuchsia/BUILD.bazel b/third_party/fuchsia/BUILD.bazel index 3621d40d23..2b87327df8 100644 --- a/third_party/fuchsia/BUILD.bazel +++ b/third_party/fuchsia/BUILD.bazel @@ -22,9 +22,11 @@ package( license( name = "license_fuchsia", package_name = "Fuchsia (third_party)", - license_text = ":repo/LICENSE", + license_text = "repo/LICENSE", ) +exports_files(["repo/LICENSE"]) + # Allows downstream projects to provide an alternative implementation of fit. # # Intended for projects that depend on both Pigweed and Fuchsia, and want to