9 lines
186 B
Makefile
9 lines
186 B
Makefile
|
|
PRODUCT_PACKAGES +=\
|
|
wg \
|
|
wg-quick
|
|
|
|
# Fonts
|
|
PRODUCT_COPY_FILES += \
|
|
$(call find-copy-subdir-files,*,vendor/custom/prebuilts/product/fonts/,$(TARGET_COPY_OUT_PRODUCT)/fonts)
|