mirror of
https://github.com/openharmony/third_party_notofonts.git
synced 2026-07-01 20:04:09 -04:00
Fix 1+8
Signed-off-by: Oliver_QAQ <xw13962568222@163.com> Change-Id: Id515b621ebb3dd51627b61e14ca8cdf27aff655b
This commit is contained in:
@@ -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
@@ -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": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user