mirror of
https://github.com/openharmony/js_util_module.git
synced 2026-07-01 04:16:08 -04:00
Signed-off-by: shikai-123 <lifansheng1@huawei.com>
Replace compileruntime with utils
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@
|
||||
},
|
||||
"component": {
|
||||
"name": "jsapi_util",
|
||||
"subsystem": "compileruntime",
|
||||
"subsystem": "utils",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [],
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user