From 07c7b4bdbe028a305986be9772f4dc7a3a921379 Mon Sep 17 00:00:00 2001 From: limabiao Date: Fri, 18 Jul 2025 11:59:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0shlib=5Ftype=20=3D=20ani?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: limabiao --- interfaces/kits/ani/file_share/BUILD.gn | 1 + interfaces/kits/ani/file_uri/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/interfaces/kits/ani/file_share/BUILD.gn b/interfaces/kits/ani/file_share/BUILD.gn index 6acb23f62..b86307e9d 100644 --- a/interfaces/kits/ani/file_share/BUILD.gn +++ b/interfaces/kits/ani/file_share/BUILD.gn @@ -16,6 +16,7 @@ import("//build/ohos.gni") import("//foundation/filemanagement/app_file_service/app_file_service.gni") ohos_shared_library("fileshare_ani") { + shlib_type = "ani" branch_protector_ret = "pac_ret" sanitize = { boundary_sanitize = true diff --git a/interfaces/kits/ani/file_uri/BUILD.gn b/interfaces/kits/ani/file_uri/BUILD.gn index 8537ed38e..53d936d96 100644 --- a/interfaces/kits/ani/file_uri/BUILD.gn +++ b/interfaces/kits/ani/file_uri/BUILD.gn @@ -16,6 +16,7 @@ import("//build/ohos.gni") import("//foundation/filemanagement/app_file_service/app_file_service.gni") ohos_shared_library("fileuri_ani") { + shlib_type = "ani" branch_protector_ret = "pac_ret" sanitize = { boundary_sanitize = true -- Gitee