Skip to content

Commit

Permalink
bazel: Fixing license bazel rule for 3p/fuchsia directory
Browse files Browse the repository at this point in the history
Bug: 365825622
Change-Id: I9acb7ea7e70045f318ebcb8e92b91bd69945eca0
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234991
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Docs-Not-Needed: Ben Lawson <benlawson@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Jerry Belton <jcecil@google.com>
Reviewed-by: Ben Lawson <benlawson@google.com>
Reviewed-by: Ted Pudlik <tpudlik@google.com>
  • Loading branch information
Jerry Belton authored and CQ Bot Account committed Sep 10, 2024
1 parent 03466a7 commit 3d63ba4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions third_party/fuchsia/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,18 @@
# License for the specific language governing permissions and limitations under
# the License.

package(default_visibility = ["//visibility:public"])
load("@rules_license//rules:license.bzl", "license")

licenses(["notice"])
package(
default_applicable_licenses = [":license_fuchsia"],
default_visibility = ["//visibility:public"],
)

license(
name = "license_fuchsia",
package_name = "Fuchsia (third_party)",
license_text = ":repo/LICENSE",
)

# Allows downstream projects to provide an alternative implementation of fit.
#
Expand Down

0 comments on commit 3d63ba4

Please sign in to comment.