From 4e20b8b370aa0dddcb34b4cd61b970bc5ff0eb67 Mon Sep 17 00:00:00 2001 From: li-li-wang Date: Fri, 23 May 2025 11:05:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: li-li-wang --- frameworks/inner_api/enhance_kits/test/BUILD.gn | 1 + frameworks/inner_api/security_component/BUILD.gn | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frameworks/inner_api/enhance_kits/test/BUILD.gn b/frameworks/inner_api/enhance_kits/test/BUILD.gn index 662fae5..738e17b 100644 --- a/frameworks/inner_api/enhance_kits/test/BUILD.gn +++ b/frameworks/inner_api/enhance_kits/test/BUILD.gn @@ -41,6 +41,7 @@ ohos_unittest("sec_comp_enhance_sdk_test") { "c_utils:utils", "hilog:libhilog", "ipc:ipc_single", + "json:nlohmann_json_static", ] } diff --git a/frameworks/inner_api/security_component/BUILD.gn b/frameworks/inner_api/security_component/BUILD.gn index 991a618..aa50c30 100644 --- a/frameworks/inner_api/security_component/BUILD.gn +++ b/frameworks/inner_api/security_component/BUILD.gn @@ -74,8 +74,6 @@ ohos_shared_library("libsecurity_component_sdk") { "samgr:samgr_proxy", ] - public_external_deps = [ "json:nlohmann_json_static" ] - cflags_cc = [ "-DHILOG_ENABLE", "-fvisibility=hidden",