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,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",
|
||||
|
||||
Reference in New Issue
Block a user