Skip to content

Commit

Permalink
Give visibility to oak_channel and oak_launcher_utils.
Browse files Browse the repository at this point in the history
We are used these two creates to launch our app in a restricted kernel.

Bug: b/344012112
Change-Id: I124f11edd7c4616c3846c36fc0efaa5177535e53
  • Loading branch information
alwabel1 committed Oct 25, 2024
1 parent 292b4f0 commit f633c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oak_channel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ load("@rules_rust//rust:defs.bzl", "rust_library", "rust_test")
load("//bazel:defs.bzl", "either_platform")

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

Expand Down
2 changes: 1 addition & 1 deletion oak_launcher_utils/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
load("@rules_rust//rust:defs.bzl", "rust_library")

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

Expand Down

0 comments on commit f633c85

Please sign in to comment.