update
This commit is contained in:
@ -1,22 +1,12 @@
|
||||
soong_namespace {
|
||||
imports: [
|
||||
],
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
name: "wg",
|
||||
srcs: ["product/bin/wg"],
|
||||
installable: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
name: "wg-quick",
|
||||
srcs: ["product/bin/wg-quick"],
|
||||
installable: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
name: "vim",
|
||||
srcs: ["product/bin/vim"],
|
||||
name: "my_binaries",
|
||||
srcs: [
|
||||
"product/bin/wg",
|
||||
"product/bin/wg-quick",
|
||||
"product/bin/vim",
|
||||
],
|
||||
dst: "product/bin/",
|
||||
installable: true,
|
||||
permissions: "0755",
|
||||
}
|
||||
|
Reference in New Issue
Block a user