Fix an ODR violation

PiperOrigin-RevId: 303066199
Change-Id: I0cde5fce6f9538136b913edccc5a3195e0b4e503
This commit is contained in:
Sandboxed API Team 2020-03-26 01:58:42 -07:00 committed by Copybara-Service
parent 22c6417307
commit 2fa0bf85f4

View File

@ -324,10 +324,7 @@ cc_library(
# sandbox2::Client::SandboxMeHere() and sandbox2::Comms # sandbox2::Client::SandboxMeHere() and sandbox2::Comms
cc_library( cc_library(
name = "client", name = "client",
srcs = [ srcs = ["client.cc"],
"client.cc",
"sanitizer.cc",
],
hdrs = [ hdrs = [
"client.h", "client.h",
"sanitizer.h", "sanitizer.h",
@ -337,6 +334,7 @@ cc_library(
deps = [ deps = [
":comms", ":comms",
":logsink", ":logsink",
":sanitizer",
"//sandboxed_api/sandbox2/network_proxy:client", "//sandboxed_api/sandbox2/network_proxy:client",
"//sandboxed_api/sandbox2/util:file_helpers", "//sandboxed_api/sandbox2/util:file_helpers",
"//sandboxed_api/sandbox2/util:fileops", "//sandboxed_api/sandbox2/util:fileops",