From f06cae62ec15404472bc17359d320511fe8ca131 Mon Sep 17 00:00:00 2001 From: "@ran-zhao-yu" Date: Fri, 13 Sep 2024 14:06:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BC=80=E5=90=AFCFI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @ran-zhao-yu --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index a01357c..ca3c7ec 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -146,6 +146,7 @@ group("xml2") { } ohos_shared_library("libxml2") { + branch_protector_ret = "pac_ret" output_values = get_target_outputs(":libxml2_install_action") sources = filter_exclude(output_values, [ -- Gitee From 822ad335e24910d376ea434b1533b622d3bafa6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=89=E5=8F=AC=E5=AE=87?= Date: Fri, 13 Sep 2024 06:09:30 +0000 Subject: [PATCH 2/2] update BUILD.gn. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 冉召宇 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index ca3c7ec..974ffd0 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -146,7 +146,7 @@ group("xml2") { } ohos_shared_library("libxml2") { - branch_protector_ret = "pac_ret" + branch_protector_ret = "pac_ret" output_values = get_target_outputs(":libxml2_install_action") sources = filter_exclude(output_values, [ -- Gitee