Signed-off-by: Oliver_QAQ <xw13962568222@163.com>
Change-Id: Id515b621ebb3dd51627b61e14ca8cdf27aff655b
This commit is contained in:
Oliver_QAQ
2025-09-17 02:35:49 +00:00
parent b93d20091e
commit 46ee57fa5f
2 changed files with 14 additions and 2 deletions
+4 -1
View File
@@ -42,11 +42,14 @@ foreach(font, notofonts_fonts_list) {
}
}
group("fonts_notofonts") {
ohos_shared_headers("fonts_notofonts") {
include_dirs = []
deps = []
foreach(dep, dep_list) {
deps += [ ":${dep}" ]
}
subsystem_name = "thirdparty"
part_name = "notofonts"
}
ohos_copy("copy_preview_fonts_notofonts") {
+10 -1
View File
@@ -28,7 +28,16 @@
"sub_component": [
"//third_party/notofonts:fonts_notofonts"
],
"inner_kits": [],
"inner_kits": [
{
"name":"//third_party/notofonts:fonts_notofonts",
"header":{
"header_files":[
],
"header_base":"//third_party/notofonts"
}
}
],
"test": []
}
}