From f6d73fedcfa07437741e1dc1b9c185c11c5b4592 Mon Sep 17 00:00:00 2001 From: xdmal Date: Thu, 10 Feb 2022 20:38:18 +0800 Subject: [PATCH] Signed-off-by: xdmal Replace compileruntime with utils --- bundle.json | 2 +- jsapi/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index e562357..213c924 100644 --- a/bundle.json +++ b/bundle.json @@ -37,7 +37,7 @@ }, "component": { "name": "jsapi_worker", - "subsystem": "compileruntime", + "subsystem": "utils", "syscap": [], "features": [], "adapted_system_type": [], diff --git a/jsapi/BUILD.gn b/jsapi/BUILD.gn index 76b94d0..d6ef1a0 100644 --- a/jsapi/BUILD.gn +++ b/jsapi/BUILD.gn @@ -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" -- Gitee