From 09f338b2b1dc6f9ec447ca84113f0212d0c5711b Mon Sep 17 00:00:00 2001 From: liutuantuan Date: Tue, 10 Sep 2024 11:10:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99syscap=5Finterface=5Fshared=E7=9B=AE?= =?UTF-8?q?=E6=A0=87=E5=A2=9E=E5=8A=A0=E7=A1=AC=E4=BB=B6PAC=E5=90=8E?= =?UTF-8?q?=E5=90=91CFI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liutuantuan --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 870dbae..df2cceb 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -107,6 +107,7 @@ if (defined(ohos_lite)) { } } else { ohos_shared_library("syscap_interface_shared") { + branch_protector_ret = "pac_ret" deps = [] if (syscap_codec_config_extern_path != "") { deps += [ ":gen_syscap_define_custom" ] -- Gitee