Make third_party/gpus/... build pass. fix issue #39759

This commit is contained in:
storypku 2020-05-29 23:00:06 +08:00
parent a1ae008076
commit 1faa442c02
2 changed files with 2 additions and 15 deletions

View File

@ -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

View File

@ -1,6 +1 @@
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
bzl_library(
name = "build_defs_bzl",
srcs = ["build_defs.bzl"],
)
# placeholder for bazel