Fix build

PiperOrigin-RevId: 245400890
Change-Id: I899ef49edd8e371b8714478fa3c911cfb771419b
This commit is contained in:
Wiktor Garbacz 2019-04-26 04:42:29 -07:00 committed by Copybara-Service
parent f3c9c6e388
commit 5e645a9190

View File

@ -168,7 +168,6 @@ cc_library(
deps = [ deps = [
":bpfdisassembler", ":bpfdisassembler",
":comms", ":comms",
":fs",
":namespace", ":namespace",
":regs", ":regs",
":syscall", ":syscall",
@ -271,7 +270,6 @@ cc_library(
":violation_proto_cc", ":violation_proto_cc",
":forkserver", ":forkserver",
":forkserver_proto_cc", ":forkserver_proto_cc",
":fs",
":global_forkserver", ":global_forkserver",
":ipc", ":ipc",
":limits", ":limits",
@ -281,7 +279,6 @@ cc_library(
":notify", ":notify",
":policy", ":policy",
":regs", ":regs",
":reporter",
":result", ":result",
":syscall", ":syscall",
":util", ":util",