13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
|
|
cc_prebuilt_binary {
|
|
name: "my_binaries",
|
|
srcs: [
|
|
"product/bin/wg",
|
|
"product/bin/wg-quick",
|
|
"product/bin/vim",
|
|
],
|
|
dst: "product/bin/",
|
|
installable: true,
|
|
permissions: "0755",
|
|
}
|