From 43960b374b9d491c680090719fe463f25359ce7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=85=89=E8=80=80?= Date: Fri, 13 Sep 2024 15:17:17 +0800 Subject: [PATCH] =?UTF-8?q?thirdparty=20add=20pac=2020240913=20update001?= =?UTF-8?q?=20Signed-off-by=20heguangyao=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index e28df1f..0f6e7c8 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -90,6 +90,7 @@ if (defined(ohos_lite)) { # is on lite Os for ipcamera } ohos_source_set("exif_static") { + branch_protector_ret = "pac_ret" sources = [ "//third_party/libexif/libexif/apple/exif-mnote-data-apple.c", "//third_party/libexif/libexif/apple/mnote-apple-entry.c", @@ -141,6 +142,7 @@ if (defined(ohos_lite)) { # is on lite Os for ipcamera } ohos_shared_library("libexif") { + branch_protector_ret = "pac_ret" deps = [ ":exif_static" ] public_configs = [ ":build_public_config" ] install_images = [ system_base_dir ] -- Gitee