summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/platforms/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/boot/platforms/BUILD')
-rw-r--r--runsc/boot/platforms/BUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/runsc/boot/platforms/BUILD b/runsc/boot/platforms/BUILD
index 03391cdca..77774f43c 100644
--- a/runsc/boot/platforms/BUILD
+++ b/runsc/boot/platforms/BUILD
@@ -1,11 +1,10 @@
-load("@io_bazel_rules_go//go:def.bzl", "go_library")
+load("//tools:defs.bzl", "go_library")
package(licenses = ["notice"])
go_library(
name = "platforms",
srcs = ["platforms.go"],
- importpath = "gvisor.dev/gvisor/runsc/boot/platforms",
visibility = [
"//runsc:__subpackages__",
],