Skip to content

Commit

Permalink
Fix BUILD deps (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
kallsyms authored Mar 25, 2024
1 parent 1606657 commit 262adfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/santad/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ objc_library(
"//Source/common:SNTLogging",
"//Source/common:String",
"//Source/common:Unit",
"//Source/santad/ProcessTree:process_tree",
],
)

Expand Down Expand Up @@ -357,8 +358,8 @@ objc_library(
":EndpointSecurityMessage",
":Metrics",
":SNTCompilerController",
":SNTEndpointSecurityClient",
":SNTEndpointSecurityEventHandler",
":SNTEndpointSecurityTreeAwareClient",
":SNTExecutionController",
"//Source/common:BranchPrediction",
"//Source/common:SNTCommonEnums",
Expand Down

0 comments on commit 262adfe

Please sign in to comment.