modify the build gn file.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I18985064239299330e5e0405f170d1960ae501c6
This commit is contained in:
yudechen
2022-04-24 20:26:25 +08:00
parent de6813143a
commit 3cf52591da
3 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -43,11 +43,13 @@ ohos_shared_library("systemcapability") {
deps = [
":query_syscap_js",
"//foundation/ace/napi:ace_napi",
"//third_party/bounds_checking_function:libsec_static",
]
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"napi:ace_napi",
]
if (defined(ohos_lite)) {
deps += [ "//build/lite/config/component/cJSON:cjson_static" ]