mirror of
https://github.com/openharmony/js_worker_module.git
synced 2026-07-19 11:22:56 -04:00
Replace ohos.build with bundle.json
Signed-off-by: xliu <liuxin259@huawei.com> Change-Id: If84453454f00d433805a9eca9fd0d7d2a4da1b95
This commit is contained in:
+3
-3
@@ -36,8 +36,8 @@
|
||||
"destPath": "base/compileruntime/js_worker_module"
|
||||
},
|
||||
"component": {
|
||||
"name": "js_worker_module",
|
||||
"subsystem": "ccruntime",
|
||||
"name": "jsapi_worker",
|
||||
"subsystem": "compileruntime",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [],
|
||||
@@ -55,4 +55,4 @@
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ ohos_shared_library("worker") {
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
}
|
||||
|
||||
subsystem_name = "ccruntime"
|
||||
subsystem_name = "compileruntime"
|
||||
part_name = "jsapi_worker"
|
||||
|
||||
relative_install_dir = "module"
|
||||
|
||||
-16
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"subsystem": "ccruntime",
|
||||
"parts": {
|
||||
"jsapi_worker": {
|
||||
"variants": [
|
||||
"wearable",
|
||||
"phone"
|
||||
],
|
||||
"module_list": [
|
||||
"//base/compileruntime/js_worker_module/jsapi:jsapi_packages"
|
||||
],
|
||||
"test_list": [
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user