mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
internal BUILD file cleanup.
PiperOrigin-RevId: 270680704
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library")
|
||||
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_test")
|
||||
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
|
||||
@@ -22,6 +23,12 @@ proto_library(
|
||||
visibility = ["//:sandbox"],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
name = "metric_cc_proto",
|
||||
visibility = ["//:sandbox"],
|
||||
deps = [":metric_proto"],
|
||||
)
|
||||
|
||||
go_proto_library(
|
||||
name = "metric_go_proto",
|
||||
importpath = "gvisor.dev/gvisor/pkg/metric/metric_go_proto",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
||||
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
|
||||
@@ -42,6 +43,12 @@ proto_library(
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
name = "registers_cc_proto",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [":registers_proto"],
|
||||
)
|
||||
|
||||
go_proto_library(
|
||||
name = "registers_go_proto",
|
||||
importpath = "gvisor.dev/gvisor/pkg/sentry/arch/registers_go_proto",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_test")
|
||||
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
|
||||
@@ -84,6 +85,12 @@ proto_library(
|
||||
deps = ["//pkg/sentry/arch:registers_proto"],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
name = "uncaught_signal_cc_proto",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [":uncaught_signal_proto"],
|
||||
)
|
||||
|
||||
go_proto_library(
|
||||
name = "uncaught_signal_go_proto",
|
||||
importpath = "gvisor.dev/gvisor/pkg/sentry/kernel/uncaught_signal_go_proto",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library")
|
||||
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
||||
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
|
||||
@@ -24,6 +25,12 @@ proto_library(
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
name = "memory_events_cc_proto",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [":memory_events_proto"],
|
||||
)
|
||||
|
||||
go_proto_library(
|
||||
name = "memory_events_go_proto",
|
||||
importpath = "gvisor.dev/gvisor/pkg/sentry/kernel/memevent/memory_events_go_proto",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library")
|
||||
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
||||
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
|
||||
@@ -49,6 +50,14 @@ proto_library(
|
||||
],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
name = "syscall_rpc_cc_proto",
|
||||
visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
deps = [":syscall_rpc_proto"],
|
||||
)
|
||||
|
||||
go_proto_library(
|
||||
name = "syscall_rpc_go_proto",
|
||||
importpath = "gvisor.dev/gvisor/pkg/sentry/socket/rpcinet/syscall_rpc_go_proto",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library")
|
||||
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
||||
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
|
||||
@@ -44,6 +45,12 @@ proto_library(
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
name = "strace_cc_proto",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [":strace_proto"],
|
||||
)
|
||||
|
||||
go_proto_library(
|
||||
name = "strace_go_proto",
|
||||
importpath = "gvisor.dev/gvisor/pkg/sentry/strace/strace_go_proto",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library")
|
||||
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
||||
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
|
||||
@@ -10,6 +11,12 @@ proto_library(
|
||||
deps = ["//pkg/sentry/arch:registers_proto"],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
name = "unimplemented_syscall_cc_proto",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [":unimplemented_syscall_proto"],
|
||||
)
|
||||
|
||||
go_proto_library(
|
||||
name = "unimplemented_syscall_go_proto",
|
||||
importpath = "gvisor.dev/gvisor/pkg/sentry/unimpl/unimplemented_syscall_go_proto",
|
||||
|
||||
Reference in New Issue
Block a user