From f4930d19b3ecc90bc065d76cf9fc878319801843 Mon Sep 17 00:00:00 2001 From: limin Date: Mon, 21 Jul 2025 13:54:34 +0800 Subject: [PATCH] =?UTF-8?q?libxml2=E7=BC=96=E8=AF=91=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: limin --- 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