From 9e36b8d148096e0b633572f71cf523383675ab80 Mon Sep 17 00:00:00 2001 From: jiangzhijun8 Date: Mon, 8 Jul 2024 01:54:13 +0000 Subject: [PATCH] Issue: https://gitee.com/openharmony/ability_ability_base/issues/IAB0NZ?from=project-issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Comment: 消除ability_ability_base中all_dependent_configs Signed-off-by: jiangzhijun8 --- utils/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/BUILD.gn b/utils/BUILD.gn index d69d223..085b405 100644 --- a/utils/BUILD.gn +++ b/utils/BUILD.gn @@ -54,11 +54,12 @@ ohos_shared_library("libdinput_utils") { "hilog:libhilog", "hisysevent:libhisysevent", "ipc:ipc_core", - "json:nlohmann_json_static", "openssl:libcrypto_shared", "samgr:samgr_proxy", ] + public_external_deps = [ "json:nlohmann_json_static" ] + subsystem_name = "distributedhardware" part_name = "distributed_input" -- Gitee