From 2f93a5490c1325a0e821ae061e8c4c7dce3a484b Mon Sep 17 00:00:00 2001 From: Tim Ansell Date: Mon, 27 Nov 2023 15:53:43 -0800 Subject: [PATCH] Fixes from buildifier. Signed-off-by: Tim Ansell --- BUILD | 4 ++-- dependency_support/rules_license/rules_license.bzl | 2 +- pdk/proto/BUILD | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/BUILD b/BUILD index 456aba24..bf28dd5a 100644 --- a/BUILD +++ b/BUILD @@ -20,8 +20,8 @@ package( ) license( - name = "package_license", - package_name = "bazel_rules_hdl", + name = "package_license", + package_name = "bazel_rules_hdl", ) licenses(["notice"]) diff --git a/dependency_support/rules_license/rules_license.bzl b/dependency_support/rules_license/rules_license.bzl index de4aeb54..35523c27 100644 --- a/dependency_support/rules_license/rules_license.bzl +++ b/dependency_support/rules_license/rules_license.bzl @@ -23,7 +23,7 @@ def rules_license(): name = "rules_license", urls = [ "https://github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz", - "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz", ], sha256 = "6157e1e68378532d0241ecd15d3c45f6e5cfd98fc10846045509fb2a7cc9e381", ) diff --git a/pdk/proto/BUILD b/pdk/proto/BUILD index e30f7ba7..5fc76631 100644 --- a/pdk/proto/BUILD +++ b/pdk/proto/BUILD @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +load("@rules_cc//cc:defs.bzl", "cc_proto_library") load("@rules_python//python:proto.bzl", "py_proto_library") package(