mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-26 17:56:33 -04:00
修复部件整改格式化检查报错
Signed-off-by: xingyuanfeng <xingyuanfeng@h-partners.com>
This commit is contained in:
+1
-2
@@ -45,7 +45,7 @@ ohos_shared_library("systemcapability") {
|
||||
deps = [ ":query_syscap_js" ]
|
||||
external_deps = [
|
||||
"bounds_checking_function:libsec_static",
|
||||
"napi:ace_napi"
|
||||
"napi:ace_napi",
|
||||
]
|
||||
|
||||
if (syscap_codec_config_extern_path != "") {
|
||||
@@ -55,7 +55,6 @@ ohos_shared_library("systemcapability") {
|
||||
cflags = [ "-DSYSCAP_DEFINE_EXTERN_ENABLE" ]
|
||||
}
|
||||
|
||||
|
||||
if (defined(ohos_lite)) {
|
||||
deps += [ "//build/lite/config/component/cJSON:cjson_static" ]
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user