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
}

View File

@ -1,8 +1,14 @@
PRODUCT_PACKAGES +=\
wg \
wg-quick
wg-quick \
openvpn
# Fonts
PRODUCT_COPY_FILES += \
$(call find-copy-subdir-files,*,vendor/custom/prebuilts/product/fonts/,$(TARGET_COPY_OUT_PRODUCT)/fonts)
PRODUCT_COPY_FILES += \
vendor/custom/prebuilts/product/fonts/LXGWWenKai-Regular.ttf:system/fonts/Roboto-Regular.ttf \
vendor/custom/prebuilts/product/fonts/LXGWWenKai-Medium.ttf:system/fonts/RobotoFlex-Regular.ttf \
vendor/custom/prebuilts/product/fonts/LXGWWenKai-Medium.ttf:system/fonts/RobotoStatic-Regular.ttf

Binary file not shown.