From bc3c0ec17a83c0f867cbe5b7e190e144d0c8b5ff Mon Sep 17 00:00:00 2001 From: Wiktor Garbacz Date: Fri, 10 Nov 2023 07:26:28 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 581252235 Change-Id: I4de5fa0af11daa087172a81d2f81d51b51b1bace --- sandboxed_api/sandbox2/util/BUILD.bazel | 2 -- 1 file changed, 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"], )