From 6870d67a102e71e2d1749efc6d3162f1d08b31ae Mon Sep 17 00:00:00 2001 From: "@ran-zhao-yu" Date: Thu, 22 Aug 2024 19:21:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?jsoncpp=E6=B7=BB=E5=8A=A0=E5=90=8E=E5=90=91?= =?UTF-8?q?=E4=BF=9D=E6=8A=A4?= 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 5a506f6..d7d77b2 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -78,6 +78,7 @@ ohos_shared_library("jsoncpp") { } ohos_static_library("jsoncpp_static") { + branch_protector_ret = "pac_ret" sources = get_target_outputs(":jsoncpp_install_action") use_exceptions = true configs = [ -- Gitee From 5454a9aa408a9b7a688198d1a5d99f9cdcc82bd1 Mon Sep 17 00:00:00 2001 From: "@ran-zhao-yu" Date: Fri, 13 Sep 2024 14:13:50 +0800 Subject: [PATCH 2/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 d7d77b2..f6406fa 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -59,6 +59,7 @@ config("jsoncpp_public_config") { } ohos_shared_library("jsoncpp") { + branch_protector_ret = "pac_ret" visibility = [ "*" ] sources = get_target_outputs(":jsoncpp_install_action") use_exceptions = true -- Gitee