update
This commit is contained in:
@ -1,10 +1,18 @@
|
||||
|
||||
cc_prebuilt_binary {
|
||||
name: "my_binaries",
|
||||
name: "wg",
|
||||
srcs: [
|
||||
"product/bin/wg",
|
||||
"product/bin/wg-quick",
|
||||
"product/bin/vim",
|
||||
],
|
||||
installable: true,
|
||||
product_specific: true
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
name: "wg-quick",
|
||||
srcs: [
|
||||
"product/bin/wg-quick",
|
||||
],
|
||||
installable: true,
|
||||
product_specific: true
|
||||
}
|
||||
|
Reference in New Issue
Block a user