From 034313c8a5b1fff9a29402c4a84c499cfc7ff7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E6=9D=B0?= Date: Mon, 23 Sep 2024 16:13:39 +0800 Subject: [PATCH] Issue:#IAT1BA Description: zlib support pac Sig: SIG_ApplicaitonFramework Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: renjie84 renjie84@huawei.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 任杰 --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 91c156b..583fcd1 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -60,6 +60,7 @@ ohos_static_library("libz") { } ohos_shared_library("shared_libz") { + branch_protector_ret = "pac_ret" sources = [ "adler32.c", "compress.c", -- Gitee