This is the multi-page printable view of this section.
Click here to print.
Return to the regular view of this page.
Bzl
Bazel code
1 - al_install_file
al_install_file
load("@com_alwaldend_src//tools/install_file/main/bzl:al_install_file.bzl", "al_install_file")
al_install_file(name, args, install_file_label, visibility, **py_binary_kwargs)
Create py_binary target to install file
PARAMETERS
| Name |
Description |
Default Value |
| name |
target name |
none |
| args |
install-file args |
[] |
| install_file_label |
- |
"//tools/install_file/main/py:install_file_lib" |
| visibility |
- |
["//:__subpackages__"] |
| py_binary_kwargs |
- |
none |