Merge pull request #39994 from storypku:master
PiperOrigin-RevId: 317669722 Change-Id: I9edcc0e7939e49a045a3953004439b4496548e25
This commit is contained in:
commit
39b52944b1
|
@ -1,9 +0,0 @@
|
|||
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
||||
|
||||
bzl_library(
|
||||
name = "build_defs_bzl",
|
||||
srcs = ["build_defs.bzl"],
|
||||
deps = [
|
||||
"@bazel_skylib//lib:selects",
|
||||
],
|
||||
)
|
|
@ -1,6 +0,0 @@
|
|||
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
||||
|
||||
bzl_library(
|
||||
name = "build_defs_bzl",
|
||||
srcs = ["build_defs.bzl"],
|
||||
)
|
Loading…
Reference in New Issue