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")
|
# Dummy BUILD for Bazel
|
||||||
|
|
||||||
bzl_library(
|
|
||||||
name = "build_defs_bzl",
|
|
||||||
srcs = ["build_defs.bzl"],
|
|
||||||
deps = [
|
|
||||||
"@bazel_skylib//lib:selects",
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
|
|
@ -1,6 +1 @@
|
||||||
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
# placeholder for bazel
|
||||||
|
|
||||||
bzl_library(
|
|
||||||
name = "build_defs_bzl",
|
|
||||||
srcs = ["build_defs.bzl"],
|
|
||||||
)
|
|
||||||
|
|
Loading…
Reference in New Issue