Signed-off-by:fandongyu<fandongyu.30044153@huawei.com>

Signed-off-by: fandongyu <fandongyu.30044153@huawei.com>
This commit is contained in:
fandongyu 2024-10-25 09:56:28 +08:00
parent e5c4badc7f
commit c30634e642
4 changed files with 1 additions and 7 deletions

View File

@ -61,9 +61,7 @@
"ets_runtime"
],
"third_party": [
"flutter",
"bounds_checking_function",
"expat"
"bounds_checking_function"
]
},
"build": {

View File

@ -62,7 +62,6 @@ config("pixelconvertadapter_public_config") {
"$skia_root/skia/src/ports/skia_ohos",
"$skia_root/skia/src/ports",
"$skia_root/skia/src/images",
"//third_party/expat/lib",
"$skia_root/skia/include/private",
"$skia_root/skia/third_party/externals/freetype/include/freetype",
"//third_party/bounds_checking_function/include",
@ -78,7 +77,6 @@ config("pixelconvertadapter_public_config") {
"$skia_root/skia/src/ports/skia_ohos",
"$skia_root/skia/src/ports",
"$skia_root/skia/src/images",
"//third_party/expat/lib",
"$skia_root/skia/include/private",
"$skia_root/skia/third_party/externals/freetype/include/freetype",
"//third_party/bounds_checking_function/include",

View File

@ -194,7 +194,6 @@ image_native_android_include_dirs = [
"$skia_root/skia/src/ports/skia_ohos",
"$skia_root/skia/src/ports",
"$skia_root/skia/src/images",
"//third_party/expat/lib",
"$skia_root/skia/include/private",
"$skia_root/skia/third_party/externals/freetype/include/freetype",

View File

@ -185,7 +185,6 @@ image_native_ios_include_dirs = [
"$skia_root/skia/src/ports/skia_ohos",
"$skia_root/skia/src/ports",
"$skia_root/skia/src/images",
"//third_party/expat/lib",
"$skia_root/skia/include/private",
"$skia_root/skia/third_party/externals/freetype/include/freetype",