Skip to content

Commit

Permalink
Change the visibility to agent and syslogd.
Browse files Browse the repository at this point in the history
syslogd and agent binary riles are included as a dependencies to a tar
rule used to build our system image.

Bug: b/344012112
Change-Id: Icdc582e996a35b1741c8264a52ccebfada951466
  • Loading branch information
alwabel1 committed Oct 17, 2024
1 parent e8e2caa commit dd032ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions oak_containers/agent/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ rust_binary(
name = "oak_containers_agent",
srcs = ["src/main.rs"],
compile_data = [":README.md"],
visibility = ["//:default_visibility"],
deps = [
":lib",
"@oak_crates_index//:anyhow",
Expand Down
4 changes: 2 additions & 2 deletions oak_containers/syslogd/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
load("@rules_rust//rust:defs.bzl", "rust_binary")

package(
default_visibility = ["//:internal"],
default_visibility = ["//:default_visibility"],
licenses = ["notice"],
)

Expand All @@ -29,7 +29,7 @@ rust_binary(
tags = ["noci"],
target_compatible_with = ["@platforms//:incompatible"],
deps = [
"//oak_containers_orchestrator:lib",
"//oak_containers/orchestrator:lib",
"@oak_crates_index//:anyhow",
"@oak_crates_index//:bitflags",
"@oak_crates_index//:clap",
Expand Down

0 comments on commit dd032ca

Please sign in to comment.