From c30634e6420c24dd940b403e0bfd963343b9a55c Mon Sep 17 00:00:00 2001 From: fandongyu Date: Fri, 25 Oct 2024 09:56:28 +0800 Subject: [PATCH] Signed-off-by:fandongyu Signed-off-by: fandongyu --- bundle.json | 4 +--- frameworks/innerkitsimpl/pixelconverter/BUILD.gn | 2 -- plugins/cross/image_native_android.gni | 1 - plugins/cross/image_native_ios.gni | 1 - 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/bundle.json b/bundle.json index c0a1f9e4d..b7eaf50e8 100644 --- a/bundle.json +++ b/bundle.json @@ -61,9 +61,7 @@ "ets_runtime" ], "third_party": [ - "flutter", - "bounds_checking_function", - "expat" + "bounds_checking_function" ] }, "build": { diff --git a/frameworks/innerkitsimpl/pixelconverter/BUILD.gn b/frameworks/innerkitsimpl/pixelconverter/BUILD.gn index 5302595be..957974941 100644 --- a/frameworks/innerkitsimpl/pixelconverter/BUILD.gn +++ b/frameworks/innerkitsimpl/pixelconverter/BUILD.gn @@ -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", diff --git a/plugins/cross/image_native_android.gni b/plugins/cross/image_native_android.gni index 795204883..007a683e2 100644 --- a/plugins/cross/image_native_android.gni +++ b/plugins/cross/image_native_android.gni @@ -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", diff --git a/plugins/cross/image_native_ios.gni b/plugins/cross/image_native_ios.gni index 40f5f0802..aa2428460 100644 --- a/plugins/cross/image_native_ios.gni +++ b/plugins/cross/image_native_ios.gni @@ -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",