From d0c501f4058d08c90dde92e017dec62a0a41af3e Mon Sep 17 00:00:00 2001 From: lixing Date: Mon, 9 Sep 2024 12:07:13 +0000 Subject: [PATCH] cherry pick f780533 from https://gitee.com/lixing0101/third_party_libbpf/pulls/34 add pac Signed-off-by: lixing --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 2b913c4..c308ba8 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -51,6 +51,7 @@ config("libbpf_public_config") { } ohos_shared_library("libbpf") { + branch_protector_ret = "pac_ret" deps = [ "//third_party/elfio:elfio", "//third_party/zlib:libz", -- Gitee