mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 20:29:57 -04:00
modify the build gn file.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: I18985064239299330e5e0405f170d1960ae501c6
This commit is contained in:
+4
-2
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user