aboutsummaryrefslogtreecommitdiff
path: root/docs/select_file_doc.md
blob: 33c3bc4904e153e2ffa259df02b9c69da2e0cf80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- Generated with Stardoc: http://skydoc.bazel.build -->


select_file() build rule implementation.

Selects a single file from the outputs of a target by given relative path.


<a id="select_file"></a>

## select_file

<pre>
select_file(<a href="#select_file-name">name</a>, <a href="#select_file-srcs">srcs</a>, <a href="#select_file-subpath">subpath</a>)
</pre>

Selects a single file from the outputs of a target by given relative path

**ATTRIBUTES**


| Name  | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| <a id="select_file-name"></a>name |  A unique name for this target.   | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required |  |
| <a id="select_file-srcs"></a>srcs |  The target producing the file among other outputs   | <a href="https://bazel.build/concepts/labels">Label</a> | required |  |
| <a id="select_file-subpath"></a>subpath |  Relative path to the file   | String | required |  |