mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 10:21:25 -04:00
chore: remove the external_deps redundance.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: I28f9c3adc49fc46a7d4c7c0c41d728ab9664d355
This commit is contained in:
+1
-4
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user