Signed-off-by: shikai-123 <lifansheng1@huawei.com>

Replace compileruntime with utils
This commit is contained in:
shikai-123
2022-02-15 15:51:39 +08:00
parent db147bb824
commit 5ca1615428
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
},
"component": {
"name": "jsapi_api",
"subsystem": "compileruntime",
"subsystem": "utils",
"syscap": [],
"features": [],
"adapted_system_type": [],
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"