From 091f0c08cda849b48e18cd4a533f0d1ac6fc7641 Mon Sep 17 00:00:00 2001 From: wpj Date: Tue, 29 Jul 2025 02:17:07 +0000 Subject: [PATCH] =?UTF-8?q?update=20BUILD.gn.=20libxml2=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E8=A7=84=E8=8C=83=E9=97=AE=E9=A2=98=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wpj --- BUILD.gn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 47ca680..3197ba8 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -148,10 +148,6 @@ config("libxml2_static_private_config") { cflags_cc = [ "-std=c++17" ] } -group("xml2") { - public_deps = [ ":libxml2" ] -} - ohos_shared_library("libxml2") { branch_protector_ret = "pac_ret" output_values = get_target_outputs(":libxml2_install_action") -- Gitee