!80 更正bundle.json中的依赖关系

Merge pull request !80 from peitaiyi/master
This commit is contained in:
openharmony_ci
2022-07-04 03:09:12 +00:00
committed by Gitee
+6 -3
View File
@@ -16,10 +16,13 @@
"feature": [],
"adapted_system_type": [ "small", "standard" ],
"deps": {
"components": [],
"components": [
"napi",
"hiviewdfx_hilog_native"
],
"third_party": [
"bounds_checking_function",
"thirdparty_cjson"
"cjson"
]
},
"build": {
@@ -38,4 +41,4 @@
"test": [ "//developtools/syscap_codec/test/unittest/common:unittest" ]
}
}
}
}