Skip to content

Commit

Permalink
Fix BUILD deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kallsyms committed Mar 25, 2024
1 parent 1606657 commit 43e9406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/santad/BUILD
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 43e9406

Please sign in to comment.