mirror of
https://github.com/openeuler-riscv/boringssl.git
synced 2026-04-28 08:23:03 +00:00
Make MODULE.bazel and BUILD.bazel buildifier-clean
Change-Id: I95427797815c25f987d72764292b971adafa52c7 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/77707 Reviewed-by: Bob Beck <bbe@google.com> Auto-Submit: David Benjamin <davidben@google.com> Commit-Queue: Bob Beck <bbe@google.com>
This commit is contained in:
committed by
Boringssl LUCI CQ
parent
30b7a01dd4
commit
2667ae3e6f
@@ -12,6 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
load("@rules_license//rules:license.bzl", "license")
|
||||
load(
|
||||
":gen/sources.bzl",
|
||||
"bcm_internal_headers",
|
||||
@@ -43,7 +44,6 @@ load(
|
||||
"urandom_test_sources",
|
||||
)
|
||||
load(":util/util.bzl", "bssl_cc_binary", "bssl_cc_library", "bssl_cc_test")
|
||||
load("@rules_license//rules:license.bzl", "license")
|
||||
|
||||
package(
|
||||
default_applicable_licenses = [":license"],
|
||||
|
||||
@@ -31,7 +31,6 @@ module(
|
||||
# https://github.com/bazelbuild/bazel/issues/22187 is ever fixed, we can change
|
||||
# this.
|
||||
bazel_dep(name = "googletest", version = "1.16.0")
|
||||
|
||||
bazel_dep(name = "platforms", version = "0.0.11")
|
||||
bazel_dep(name = "rules_cc", version = "0.1.1")
|
||||
bazel_dep(name = "rules_license", version = "1.0.0")
|
||||
|
||||
Reference in New Issue
Block a user