fuchsia_devicetree_visitor

Creates a fuchsia_package_resource for devicetree visitor.

PARAMETERS

Name Description Default
name the target name -
output_name (optional) the name of the .so to be included into the package. If excluded will default to <name>.so None
additional_linker_inputs this will be propagaed to cc_shared_library for any additional files that you may want to pass to the linker, for example, linker scripts []
user_link_flags this will be propagaed to cc_shared_library for any additional flags that you may want to pass to the linker []
kwargs The arguments to forward to cc_library -