This commit is contained in:
shuixx 2025-02-02 16:20:11 +08:00
parent f2c1115a49
commit 1243d4cd66
8 changed files with 5 additions and 4 deletions

View File

@ -1,3 +0,0 @@
# Fonts
PRODUCT_COPY_FILES += \
$(call find-copy-subdir-files,*,vendor/custom/fonts/fonts/,$(TARGET_COPY_OUT_PRODUCT)/fonts)

View File

@ -2,3 +2,7 @@
PRODUCT_PACKAGES +=\ PRODUCT_PACKAGES +=\
wg \ wg \
wg-quick wg-quick
# Fonts
PRODUCT_COPY_FILES += \
$(call find-copy-subdir-files,*,vendor/custom/prebuilts/product/fonts/,$(TARGET_COPY_OUT_PRODUCT)/fonts)