From db812b8c4c4e02f187b8bc8f64814c7ba1da0fda Mon Sep 17 00:00:00 2001 From: shikai-123 Date: Tue, 15 Feb 2022 16:01:03 +0800 Subject: [PATCH] Signed-off-by: shikai-123 Replace compileruntime with utils --- bundle.json | 2 +- container/BUILD.gn | 2 +- util/BUILD.gn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 6f0dc48..4500146 100644 --- a/bundle.json +++ b/bundle.json @@ -37,7 +37,7 @@ }, "component": { "name": "jsapi_util", - "subsystem": "compileruntime", + "subsystem": "utils", "syscap": [], "features": [], "adapted_system_type": [], diff --git a/container/BUILD.gn b/container/BUILD.gn index 6eeebf8..75de8c7 100644 --- a/container/BUILD.gn +++ b/container/BUILD.gn @@ -121,7 +121,7 @@ template("container_lib") { } else { external_deps = [ "hilog:libhilog" ] } - subsystem_name = "compileruntime" + subsystem_name = "utils" part_name = "jsapi_util" relative_install_dir = "module/util" diff --git a/util/BUILD.gn b/util/BUILD.gn index bf9ce57..f1f5a25 100755 --- a/util/BUILD.gn +++ b/util/BUILD.gn @@ -106,7 +106,7 @@ ohos_shared_library("util") { } else { external_deps = [ "hilog:libhilog" ] } - subsystem_name = "compileruntime" + subsystem_name = "utils" part_name = "jsapi_util" relative_install_dir = "module" -- Gitee