blob: 7b54cdbfa9dd5ca34618c026060d80597989dfed [file] [log] [blame]
load(
"@rules_fuchsia//fuchsia:defs.bzl",
"fuchsia_component_manifest_shard",
"fuchsia_only_target",
)
fuchsia_component_manifest_shard(
name = "{{name}}",
include_path = "{{include_path}}",
src = "{{source}}",
target_compatible_with = fuchsia_only_target(),
)