We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29e374 commit dddfcd2Copy full SHA for dddfcd2
2 files changed
score/launch_manager/BUILD
@@ -104,4 +104,9 @@ alias(
104
alias(
105
name = "applicationcontext_cc",
106
actual = "//score/launch_manager/lifecycle_client:applicationcontext",
107
+)
108
+
109
+alias(
110
+ name = "applicationcontainer_cc",
111
+ actual = "//score/launch_manager/lifecycle_client:applicationcontainer",
112
)
score/launch_manager/lifecycle_client/BUILD
@@ -80,7 +80,7 @@ cc_library(
80
features = COMPILER_WARNING_FEATURES,
81
include_prefix = "score/mw/lifecycle",
82
strip_include_prefix = "/score/launch_manager/lifecycle_client/src",
83
- visibility = ["//score/launch_manager/lifecycle_client:__subpackages__"],
+ visibility = ["//score/launch_manager:__subpackages__"],
84
deps = [
85
":applicationcontext",
86
"@score_baselibs//score/language/futurecpp",
0 commit comments