2025-02-02 10:50:23 +08:00
|
|
|
|
|
|
|
cc_prebuilt_binary {
|
2025-02-02 13:34:53 +08:00
|
|
|
name: "wg",
|
2025-02-02 12:21:30 +08:00
|
|
|
srcs: [
|
|
|
|
"product/bin/wg",
|
2025-02-02 13:34:53 +08:00
|
|
|
],
|
|
|
|
installable: true,
|
|
|
|
product_specific: true
|
|
|
|
}
|
|
|
|
|
|
|
|
cc_prebuilt_binary {
|
|
|
|
name: "wg-quick",
|
|
|
|
srcs: [
|
2025-02-02 12:21:30 +08:00
|
|
|
"product/bin/wg-quick",
|
|
|
|
],
|
2025-02-02 10:50:23 +08:00
|
|
|
installable: true,
|
2025-02-02 13:34:53 +08:00
|
|
|
product_specific: true
|
2025-02-02 10:50:23 +08:00
|
|
|
}
|