This commit is contained in:
2025-07-05 08:15:27 +08:00
parent 59dc031bfb
commit 6b4bbd85f8
13 changed files with 29 additions and 108 deletions

View File

@ -16,3 +16,12 @@ cc_prebuilt_binary {
installable: true,
product_specific: true
}
cc_prebuilt_binary {
name: "openvpn",
srcs: [
"product/bin/openvpn",
],
installable: true,
product_specific: true
}