fix: bundle.json文件完善subsystem、build字段

Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
This commit is contained in:
Sang_Sang33
2022-01-10 15:16:05 +08:00
parent 53ca65928c
commit 40e97da099
+4 -2
View File
@@ -37,7 +37,7 @@
},
"component": {
"name": "js_worker_module",
"subsystem": "",
"subsystem": "ccruntime",
"syscap": [],
"features": [],
"adapted_system_type": [],
@@ -48,7 +48,9 @@
"third_party": []
},
"build": {
"sub_component": [],
"sub_component": [
"//base/compileruntime/js_worker_module/jsapi:jsapi_packages"
],
"inner_kits": [],
"test": []
}