Wraps a pre-built binary or script with a binary rule.
You can "bazel run" this rule like any other binary rule, and use it as a tool in genrule.tools for example. You can also augment the binary with runfiles.
### Parameters
<tableclass="params-table">
<colgroup>
<colclass="col-param"/>
<colclass="col-description"/>
</colgroup>
<tbody>
<trid="native_binary-name">
<td><code>name</code></td>
<td>
required.
</td>
</tr>
<trid="native_binary-src">
<td><code>src</code></td>
<td>
required.
<p>
label; path of the pre-built executable
</p>
</td>
</tr>
<trid="native_binary-out">
<td><code>out</code></td>
<td>
required.
<p>
output; an output name for the copy of the binary. (Bazel requires that this rule make a copy of 'src'.)