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 8a0696a commit 1f72799Copy full SHA for 1f72799
1 file changed
score/launch_manager/src/daemon/src/configuration/config_schema/BUILD
@@ -17,16 +17,19 @@ exports_files(
17
[
18
"lm_flatcfg.fbs",
19
"launch_manager.schema.json",
20
- "default_values/alive_supervision_defaults.json",
21
- "default_values/component_properties_defaults.json",
22
- "default_values/deployment_config_defaults.json",
23
- "default_values/run_target_defaults.json",
24
- "default_values/watchdog_defaults.json",
25
- "examples/example_conf.json",
26
],
27
visibility = ["//visibility:public"],
28
)
29
+exports_files(
+ [
+ "examples/example_conf.json",
+ ] + glob([
+ "default_values/**/*.json",
+ ]),
30
+ visibility = ["//:__subpackages__"],
31
+)
32
+
33
generate_cpp(
34
name = "fbs_config",
35
output = "lm_flatcfg_generated.h",
0 commit comments