This commit is contained in:
shuixx 2025-02-02 10:18:56 +08:00
parent 3163018d01
commit 4006da24d3
15 changed files with 37 additions and 0 deletions

0
BoardConfigVendor.mk Normal file
View File

8
config.mk Normal file
View File

@ -0,0 +1,8 @@
LOCAL_PATH := $(call my-dir)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
include vendor/custom/fonts/fonts.mk
# Include prebuilts packages
include vendor/custom/prebuilts/prebuilts.mk
RELAX_USES_LIBRARY_CHECK=true

2
fonts/fonts.mk Normal file
View File

@ -0,0 +1,2 @@
# Copy files
PRODUCT_COPY_FILES += $(call find-copy-subdir-files,*,vendor/custom/fonts/fonts,$(TARGET_COPY_OUT_SYSTEM)/fonts)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<familyset>
<family>
<nameset>
<name>LXGWWenKai</name>
</nameset>
<fileset>
<file>LXGWWenKai-Light.ttf</file>
<file weight="300">LXGWWenKai-Light.ttf</file>
<file weight="400">LXGWWenKai-Regular.ttf</file>
<file weight="700">LXGWWenKai-Medium.ttf</file>
</fileset>
</family>
<family>
<nameset>
<name>LXGWWenKaiMono</name>
</nameset>
<fileset>
<file>LXGWWenKaiMono-Light.ttf</file>
<file weight="300">LXGWWenKaiMono-Light.ttf</file>
<file weight="400">LXGWWenKaiMono-Regular.ttf</file>
<file weight="700">LXGWWenKaiMono-Medium.ttf</file>
</fileset>
</family>
</familyset>

2
prebuilts/prebuilts.mk Normal file
View File

@ -0,0 +1,2 @@
# Copy files
PRODUCT_COPY_FILES += $(call find-copy-subdir-files,*,vendor/custom/prebuilts/product/bin,$(TARGET_COPY_OUT_PRODUCT)/bin)

Binary file not shown.

BIN
prebuilts/product/bin/vim Normal file

Binary file not shown.

BIN
prebuilts/product/bin/wg Normal file

Binary file not shown.

Binary file not shown.