From 301a265c9523519fe946d7b0def98d8e825fb51f Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Thu, 27 Jun 2019 03:43:10 -0700 Subject: [PATCH] Make bpf_helper visible to projects using SAPI PiperOrigin-RevId: 255368910 Change-Id: I4f12e8d47fd747619a12d21a5be1c34d7f876b61 --- sandboxed_api/sandbox2/util/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/sandboxed_api/sandbox2/util/BUILD.bazel b/sandboxed_api/sandbox2/util/BUILD.bazel index 8e28039..f22a9de 100644 --- a/sandboxed_api/sandbox2/util/BUILD.bazel +++ b/sandboxed_api/sandbox2/util/BUILD.bazel @@ -27,6 +27,7 @@ cc_library( hdrs = ["bpf_helper.h"], copts = sapi_platform_copts([ ]), + visibility = ["//visibility:public"], ) # String file routines