From 4ff22de60b20b5289e085e9b80b66fcd3c20da2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=8F=8B=E6=9D=BE?= Date: Thu, 23 May 2024 16:44:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?cfitest=20Signed-off-by:=20=E9=82=B9?= =?UTF-8?q?=E5=8F=8B=E6=9D=BE=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interfaces/inner_api/engine/BUILD.gn | 2 +- services/engine/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/inner_api/engine/BUILD.gn b/interfaces/inner_api/engine/BUILD.gn index 4d84e348..66185cc2 100644 --- a/interfaces/inner_api/engine/BUILD.gn +++ b/interfaces/inner_api/engine/BUILD.gn @@ -36,7 +36,7 @@ ohos_shared_library("$updateengine_inner_library_name") { boundary_sanitize = true cfi = true cfi_cross_dso = true - debug = false + debug = true } branch_protector_ret = "pac_ret" diff --git a/services/engine/BUILD.gn b/services/engine/BUILD.gn index 767bc87b..9cb0ac94 100644 --- a/services/engine/BUILD.gn +++ b/services/engine/BUILD.gn @@ -39,7 +39,7 @@ ohos_shared_library("$updateengine_library_name") { boundary_sanitize = true cfi = true cfi_cross_dso = true - debug = false + debug = true } branch_protector_ret = "pac_ret" shlib_type = "sa" -- Gitee From a5727f5cab039db02364442f24ca69bbf0a414d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=8F=8B=E6=9D=BE?= Date: Thu, 23 May 2024 09:09:22 +0000 Subject: [PATCH 2/2] 111 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 邹友松 --- foundations/BUILD.gn | 2 +- interfaces/inner_api/modulemgr/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foundations/BUILD.gn b/foundations/BUILD.gn index 209453af..9369ec2d 100644 --- a/foundations/BUILD.gn +++ b/foundations/BUILD.gn @@ -26,7 +26,7 @@ ohos_shared_library("update_foundations") { boundary_sanitize = true cfi = true cfi_cross_dso = true - debug = false + debug = true } branch_protector_ret = "pac_ret" diff --git a/interfaces/inner_api/modulemgr/BUILD.gn b/interfaces/inner_api/modulemgr/BUILD.gn index d145b344..a757b61a 100644 --- a/interfaces/inner_api/modulemgr/BUILD.gn +++ b/interfaces/inner_api/modulemgr/BUILD.gn @@ -25,7 +25,7 @@ ohos_shared_library("update_module_mgr") { boundary_sanitize = true cfi = true cfi_cross_dso = true - debug = false + debug = true } branch_protector_ret = "pac_ret" -- Gitee