From 3689a98dd21ba9017ca522292d2d45f7331e7fec Mon Sep 17 00:00:00 2001 From: kangchongtao Date: Wed, 29 Nov 2023 09:32:58 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4expat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kangchongtao Change-Id: I7ce1a8c33b62ebd1adc719dd7ed9cac9902eadbf --- build/skia/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/skia/BUILD.gn b/build/skia/BUILD.gn index ec0039e2..dc7c6f5b 100644 --- a/build/skia/BUILD.gn +++ b/build/skia/BUILD.gn @@ -1774,8 +1774,6 @@ ohos_source_set("ace_xml") { "$flutter_root/skia/src/xml/SkXMLParser.cpp", "$flutter_root/skia/src/xml/SkXMLWriter.cpp", ] - - deps = [ "$expat_root:expat" ] } # ------------------------------------------------ -- Gitee