mirror of
https://github.com/openharmony/js_worker_module.git
synced 2026-07-19 11:22:56 -04:00
fix: bundle.json文件完善subsystem、build字段
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
This commit is contained in:
+4
-2
@@ -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": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user