From c1be619768041b74abca5c0eb2e4222931bfc8fc Mon Sep 17 00:00:00 2001 From: zhaohui91 Date: Fri, 6 Sep 2024 03:36:18 +0000 Subject: [PATCH] =?UTF-8?q?mbedtls=20=E5=BC=80=E5=90=AFpac=20=E5=90=8E?= =?UTF-8?q?=E5=90=91=20cfi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhaohui91 --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index db533cab9..29bf71715 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -128,6 +128,7 @@ if (defined(ohos_lite)) { } ohos_shared_library("mbedtls_shared") { + branch_protector_ret = "pac_ret" public_configs = [ ":mbedtls_config" ] output_name = "mbedtls" subsystem_name = "thirdparty" -- Gitee