diff --git a/bundle.json b/bundle.json index 67bd719..f72b26f 100644 --- a/bundle.json +++ b/bundle.json @@ -37,7 +37,7 @@ }, "component": { "name": "jsapi_api", - "subsystem": "compileruntime", + "subsystem": "utils", "syscap": [], "features": [], "adapted_system_type": [], diff --git a/convertxml/BUILD.gn b/convertxml/BUILD.gn index e93a048..6e08cb0 100755 --- a/convertxml/BUILD.gn +++ b/convertxml/BUILD.gn @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//ark/ts2abc/ts2panda/ts2abc_config.gni") import("//build/ohos.gni") @@ -103,7 +103,7 @@ ohos_shared_library("convertxml") { } else { external_deps = [ "hilog:libhilog" ] } - subsystem_name = "compileruntime" + subsystem_name = "utils" part_name = "jsapi_api" relative_install_dir = "module" diff --git a/uri/BUILD.gn b/uri/BUILD.gn index 554d017..620e663 100755 --- a/uri/BUILD.gn +++ b/uri/BUILD.gn @@ -100,7 +100,7 @@ ohos_shared_library("uri") { } else { external_deps = [ "hilog:libhilog" ] } - subsystem_name = "compileruntime" + subsystem_name = "utils" part_name = "jsapi_api" relative_install_dir = "module" diff --git a/url/BUILD.gn b/url/BUILD.gn index 8dc3ddd..f1e16ee 100755 --- a/url/BUILD.gn +++ b/url/BUILD.gn @@ -100,7 +100,7 @@ ohos_shared_library("url") { } else { external_deps = [ "hilog:libhilog" ] } - subsystem_name = "compileruntime" + subsystem_name = "utils" part_name = "jsapi_api" relative_install_dir = "module" diff --git a/xml/BUILD.gn b/xml/BUILD.gn index c159213..cf34b9b 100644 --- a/xml/BUILD.gn +++ b/xml/BUILD.gn @@ -103,7 +103,7 @@ ohos_shared_library("xml") { } else { external_deps = [ "hilog:libhilog" ] } - subsystem_name = "compileruntime" + subsystem_name = "utils" part_name = "jsapi_api" relative_install_dir = "module"