From 7e2a80792f3efe5b7bc21bd9b0d9752832909215 Mon Sep 17 00:00:00 2001 From: liuxiaowei Date: Wed, 5 Jul 2023 15:59:17 +0800 Subject: [PATCH] =?UTF-8?q?bundle.json=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit issue:https://gitee.com/openharmony/distributedhardware_distributed_input/issues/I7IMJN Signed-off-by: liuxiaowei --- bundle.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/bundle.json b/bundle.json index 3b1ef62..fa5f899 100755 --- a/bundle.json +++ b/bundle.json @@ -28,7 +28,6 @@ ], "deps": { "components": [ - "appexecfwk_standard", "eventhandler", "hilog", "ipc", @@ -46,7 +45,6 @@ "third_party": [ "jsoncpp", "googletest", - "libcrypto_shared", "libevdev", "openssl" ] -- Gitee