41 lines
662 B
Plaintext
41 lines
662 B
Plaintext
|
|
cc_prebuilt_binary {
|
|
name: "wg",
|
|
srcs: [
|
|
"product/bin/wg",
|
|
],
|
|
strip: {
|
|
none: true,
|
|
},
|
|
installable: true,
|
|
product_specific: true,
|
|
compile_multilib: "64",
|
|
}
|
|
|
|
cc_prebuilt_binary {
|
|
name: "wg-quick",
|
|
srcs: [
|
|
"product/bin/wg-quick",
|
|
],
|
|
strip: {
|
|
none: true,
|
|
},
|
|
installable: true,
|
|
product_specific: true,
|
|
compile_multilib: "64",
|
|
}
|
|
|
|
cc_prebuilt_binary {
|
|
name: "openvpn",
|
|
srcs: [
|
|
"product/bin/openvpn",
|
|
],
|
|
strip: {
|
|
none: true,
|
|
},
|
|
installable: true,
|
|
product_specific: true,
|
|
check_elf_files: false,
|
|
compile_multilib: "64",
|
|
}
|