font
This commit is contained in:
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
BIN
prebuilts/product/bin/openvpn
Normal file
BIN
prebuilts/product/bin/openvpn
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user