Make third_party/gpus/... build pass. fix issue #39759
This commit is contained in:
parent
a1ae008076
commit
1faa442c02
|
@ -1,9 +1 @@
|
|||
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
||||
|
||||
bzl_library(
|
||||
name = "build_defs_bzl",
|
||||
srcs = ["build_defs.bzl"],
|
||||
deps = [
|
||||
"@bazel_skylib//lib:selects",
|
||||
],
|
||||
)
|
||||
# Dummy BUILD for Bazel
|
||||
|
|
|
@ -1,6 +1 @@
|
|||
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
||||
|
||||
bzl_library(
|
||||
name = "build_defs_bzl",
|
||||
srcs = ["build_defs.bzl"],
|
||||
)
|
||||
# placeholder for bazel
|
||||
|
|
Loading…
Reference in New Issue