fuchsia_cc_binary

A fuchsia-specific cc_binary drop-in replacement.

The resulting target can be used as a dep in fuchsia_component.

PARAMETERS

Name Description Default
name The target name. -
bin_name The filename to place under bin/. Defaults to name. None
sdk_root_label Optionally override the root label of the fuchsia sdk repo. "@fuchsia_sdk"
clang_root_label Optionally override the root label of the fuchsia clang repo. "@fuchsia_clang"
tags Tags to set for all generated targets. This type of target is marked "manual" by default. ["manual"]
visibility The visibility of all generated targets. None
cc_binary_kwargs Arguments to forward to cc_binary. -