Skip to content

Commit ba68767

Browse files
committed
Updated stardocs.
1 parent d3b8be3 commit ba68767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/native_binary_doc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ in genrule.tools for example. You can also augment the binary with runfiles.
3030
| :------------- | :------------- | :------------- | :------------- | :------------- |
3131
| <a id="native_binary-name"></a>name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | |
3232
| <a id="native_binary-data"></a>data | data dependencies. See https://docs.bazel.build/versions/main/be/common-definitions.html#typical.data | <a href="https://bazel.build/docs/build-ref.html#labels">List of labels</a> | optional | [] |
33-
| <a id="native_binary-out"></a>out | An output name for the copy of the binary | String | required | |
33+
| <a id="native_binary-out"></a>out | An output name for the copy of the binary (defaults to target name) | String | optional | "" |
3434
| <a id="native_binary-src"></a>src | path of the pre-built executable | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required | |
3535

3636

@@ -56,7 +56,7 @@ the binary with runfiles.
5656
| :------------- | :------------- | :------------- | :------------- | :------------- |
5757
| <a id="native_test-name"></a>name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | |
5858
| <a id="native_test-data"></a>data | data dependencies. See https://docs.bazel.build/versions/main/be/common-definitions.html#typical.data | <a href="https://bazel.build/docs/build-ref.html#labels">List of labels</a> | optional | [] |
59-
| <a id="native_test-out"></a>out | An output name for the copy of the binary | String | required | |
59+
| <a id="native_test-out"></a>out | An output name for the copy of the binary (defaults to target name) | String | optional | "" |
6060
| <a id="native_test-src"></a>src | path of the pre-built executable | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required | |
6161

6262

0 commit comments

Comments
 (0)