Internal change

PiperOrigin-RevId: 245377524
Change-Id: If41601b2d68c6ff0f7d3f37811aac62c32441d1f
This commit is contained in:
Sandboxed API Team 2019-04-26 00:45:47 -07:00 committed by Copybara-Service
parent afec50fdb5
commit f3c9c6e388
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -76,6 +76,7 @@ cc_test(
name = "status_test",
srcs = ["status_test.cc"],
deps = [
":status",
":status_matchers",
"@com_google_googletest//:gtest_main",
],