From d329d1e9e459ee315e72917a680f76f8388c0d79 Mon Sep 17 00:00:00 2001 From: wangjingchang Date: Mon, 14 Jul 2025 19:29:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4ThermalObserverTest?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=A5=97=E5=A4=9A=E4=BD=99=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangjingchang --- test/unittest/BUILD.gn | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/unittest/BUILD.gn b/test/unittest/BUILD.gn index 2089d06..e824be7 100644 --- a/test/unittest/BUILD.gn +++ b/test/unittest/BUILD.gn @@ -972,12 +972,6 @@ ohos_unittest("ThermalActionTest") { # thermal observer test ohos_unittest("ThermalObserverTest") { - sanitize = { - cfi = true - cfi_cross_dso = true - debug = false - } - module_out_path = module_output_path sources = [ @@ -996,8 +990,6 @@ ohos_unittest("ThermalObserverTest") { deps = [ "${thermal_inner_api}:thermalsrv_client", "${thermal_manager_path}/services:thermalservice", - "${thermal_service_zidl}:thermalmgr_proxy", - "${thermal_service_zidl}:thermalmgr_stub", ] external_deps = deps_ex -- Gitee