Skip to content

Commit

Permalink
Try to unbreak bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed Feb 29, 2024
1 parent ca93687 commit 83fff4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ cc_library(
"@com_github_p4lang_p4runtime//:p4info_cc_proto",
"@com_github_p4lang_p4runtime//:p4runtime_cc_proto",
"@com_github_p4lang_p4runtime//:p4types_cc_proto",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/container:flat_hash_set",
"@com_google_absl//absl/container:inlined_vector",
"@com_google_protobuf//:protobuf",
],
)
Expand Down

0 comments on commit 83fff4d

Please sign in to comment.