!29 修改build.gn的subsystem_name

Merge pull request !29 from 史凯/master
This commit is contained in:
openharmony_ci
2022-02-16 03:41:14 +00:00
committed by Gitee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
},
"component": {
"name": "jsapi_worker",
"subsystem": "compileruntime",
"subsystem": "utils",
"syscap": [],
"features": [],
"adapted_system_type": [],
+1 -1
View File
@@ -36,7 +36,7 @@ ohos_shared_library("worker") {
external_deps = [ "hilog:libhilog" ]
}
subsystem_name = "compileruntime"
subsystem_name = "utils"
part_name = "jsapi_worker"
relative_install_dir = "module"