!25 Replace ccruntime with compileruntime

Merge pull request !25 from xliu/bundle
This commit is contained in:
openharmony_ci
2022-01-25 01:58:48 +00:00
committed by Gitee
3 changed files with 4 additions and 20 deletions
+3 -3
View File
@@ -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
View File
@@ -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
View File
@@ -1,16 +0,0 @@
{
"subsystem": "ccruntime",
"parts": {
"jsapi_worker": {
"variants": [
"wearable",
"phone"
],
"module_list": [
"//base/compileruntime/js_worker_module/jsapi:jsapi_packages"
],
"test_list": [
]
}
}
}