Skip to content

Commit

Permalink
Add missing copts
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 719192036
Change-Id: I37ca238b5b0680405c878cca71a289cd1499439b
  • Loading branch information
happyCoder92 authored and copybara-github committed Jan 24, 2025
1 parent 285cb28 commit 7f62fb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sandboxed_api/sandbox2/network_proxy/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ cc_library(
name = "testing",
srcs = ["testing.cc"],
hdrs = ["testing.h"],
copts = sapi_platform_copts(),
deps = [
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/log:check",
Expand Down
1 change: 1 addition & 0 deletions sandboxed_api/sandbox2/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cc_library(
name = "bpf_helper",
srcs = ["bpf_helper.c"],
hdrs = ["bpf_helper.h"],
copts = sapi_platform_copts(),
visibility = ["//visibility:public"],
)

Expand Down
1 change: 1 addition & 0 deletions sandboxed_api/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ cc_test(
cc_library(
name = "thread",
hdrs = ["thread.h"],
copts = sapi_platform_copts(),
deps = [
"@com_google_absl//absl/functional:any_invocable",
"@com_google_absl//absl/strings:string_view",
Expand Down

0 comments on commit 7f62fb9

Please sign in to comment.