From 09cd6cc3d2ba021eaa4d3f679afa3f78fe500510 Mon Sep 17 00:00:00 2001 From: jiangzhijun8 Date: Thu, 24 Oct 2024 16:36:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=88=86=E5=91=8A?= =?UTF-8?q?=E8=AD=A6=E5=9B=9E=E5=90=885.0.1-release=20pr209?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiangzhijun8 --- utils/BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/BUILD.gn b/utils/BUILD.gn index af7c7466..626a105b 100644 --- a/utils/BUILD.gn +++ b/utils/BUILD.gn @@ -61,12 +61,11 @@ 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"