19 lines
282 B
Plaintext
19 lines
282 B
Plaintext
|
|
cc_prebuilt_binary {
|
|
name: "wg",
|
|
srcs: [
|
|
"product/bin/wg",
|
|
],
|
|
installable: true,
|
|
product_specific: true
|
|
}
|
|
|
|
cc_prebuilt_binary {
|
|
name: "wg-quick",
|
|
srcs: [
|
|
"product/bin/wg-quick",
|
|
],
|
|
installable: true,
|
|
product_specific: true
|
|
}
|