aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWiktor Garbacz <wiktorg@google.com>2023-11-10 07:26:28 -0800
committerCopybara-Service <copybara-worker@google.com>2023-11-10 07:27:10 -0800
commitbc3c0ec17a83c0f867cbe5b7e190e144d0c8b5ff (patch)
treefe42a4a30c270c82243084405dc927f01718e4a7
parent1bad376e424f6b594011d461cc3c567d0699587e (diff)
downloadsandboxed-api-bc3c0ec17a83c0f867cbe5b7e190e144d0c8b5ff.tar.gz
Internal change
PiperOrigin-RevId: 581252235 Change-Id: I4de5fa0af11daa087172a81d2f81d51b51b1bace
-rw-r--r--sandboxed_api/sandbox2/util/BUILD.bazel2
1 files changed, 0 insertions, 2 deletions
diff --git a/sandboxed_api/sandbox2/util/BUILD.bazel b/sandboxed_api/sandbox2/util/BUILD.bazel
index 86cc785..89bc522 100644
--- a/sandboxed_api/sandbox2/util/BUILD.bazel
+++ b/sandboxed_api/sandbox2/util/BUILD.bazel
@@ -32,8 +32,6 @@ cc_library(
name = "bpf_helper",
srcs = ["bpf_helper.c"],
hdrs = ["bpf_helper.h"],
- copts = sapi_platform_copts([
- ]),
visibility = ["//visibility:public"],
)