11 lines
176 B
Plaintext
Raw Normal View History

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