From ad84b6879a58a8bf7996465f5d3b0884b6b47d3a Mon Sep 17 00:00:00 2001 From: wangyinghao Date: Fri, 30 May 2025 17:54:51 +0800 Subject: [PATCH] Remove redundant dependencies Signed-off-by: wangyinghao Change-Id: Id0c6682f0ce7a2e911039853632ba4858ab4f55c --- bundle.json | 3 +-- services/key_enable/BUILD.gn | 2 -- test/unittest/BUILD.gn | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 39019e5..3cd2429 100644 --- a/bundle.json +++ b/bundle.json @@ -48,8 +48,7 @@ "common_event_service", "bounds_checking_function", "rust_rust-openssl", - "selinux", - "rust_cxx" + "selinux" ], "third_party": [] }, diff --git a/services/key_enable/BUILD.gn b/services/key_enable/BUILD.gn index 03629e7..d8a0117 100644 --- a/services/key_enable/BUILD.gn +++ b/services/key_enable/BUILD.gn @@ -36,7 +36,6 @@ ohos_rust_executable("key_enable") { external_deps += [ "c_utils:utils_rust", "rust_rust-openssl:lib", - "rust_cxx:lib", ] } rustenv = [] @@ -67,7 +66,6 @@ ohos_rust_shared_ffi("key_enable_lib") { external_deps += [ "c_utils:utils_rust", "rust_rust-openssl:lib", - "rust_cxx:lib", ] } rustenv = [] diff --git a/test/unittest/BUILD.gn b/test/unittest/BUILD.gn index ee2890d..01a81bf 100644 --- a/test/unittest/BUILD.gn +++ b/test/unittest/BUILD.gn @@ -288,7 +288,6 @@ ohos_rust_static_library("rust_key_enable_lib") { "hisysevent:hisysevent_rust", "rust_rust-openssl:lib", "ylong_json:lib", - "rust_cxx:lib" ] rustenv = [] if (build_variant == "root") { -- Gitee