Skip to content

Commit

Permalink
WIP: pw_async_basic: change dispatcher visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Kamil Rakoczy <[email protected]>
  • Loading branch information
kamilrakoczy committed Aug 27, 2024
1 parent 96690f5 commit 65cc329
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pw_async_basic/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ pw_source_set("dispatcher") {
"$dir_pw_sync:timed_thread_notification",
"$dir_pw_thread:thread_core",
]
visibility = [
":*",
"$dir_pw_grpc/*",
"size_report:*",
] + pw_async_EXPERIMENTAL_MODULE_VISIBILITY
#visibility = [
# ":*",
# "$dir_pw_grpc/*",
# "size_report:*",
# ] + pw_async_EXPERIMENTAL_MODULE_VISIBILITY
}

pw_test("dispatcher_test") {
Expand Down

0 comments on commit 65cc329

Please sign in to comment.