From c5072a55d1d2a9681789b0deea4282e9cdfd6942 Mon Sep 17 00:00:00 2001 From: yudechen Date: Sat, 27 Aug 2022 10:55:25 +0800 Subject: [PATCH] chore: remove the external_deps redundance. Signed-off-by: yudechen Change-Id: I28f9c3adc49fc46a7d4c7c0c41d728ab9664d355 --- napi/BUILD.gn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/napi/BUILD.gn b/napi/BUILD.gn index e7db3b1..d49937b 100644 --- a/napi/BUILD.gn +++ b/napi/BUILD.gn @@ -47,10 +47,7 @@ ohos_shared_library("systemcapability") { "//third_party/bounds_checking_function:libsec_static", ] - external_deps = [ - "hiviewdfx_hilog_native:libhilog", - "napi:ace_napi", - ] + external_deps = [ "napi:ace_napi" ] if (defined(ohos_lite)) { deps += [ "//build/lite/config/component/cJSON:cjson_static" ] -- Gitee