From 56ef350c62a67267c1768658f3f292103d965d9f Mon Sep 17 00:00:00 2001 From: "@ran-zhao-yu" Date: Tue, 10 Sep 2024 11:32:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0PAC=E5=90=8E=E5=90=91CFI?= 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