chore: remove the external_deps redundance.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I28f9c3adc49fc46a7d4c7c0c41d728ab9664d355
This commit is contained in:
yudechen
2022-08-27 10:55:25 +08:00
parent de94ed39a3
commit 9171dbea39
+1 -4
View File
@@ -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" ]