Replace ohos.build with bundle.json

Signed-off-by: xliu <liuxin259@huawei.com>
Change-Id: Ic9350e4cb1b2b051b068989187ab24c66f82bcc0
This commit is contained in:
xliu
2022-01-24 22:52:16 +08:00
parent b8c4dee1bd
commit 3af09b15bf
4 changed files with 7 additions and 25 deletions
+5 -4
View File
@@ -36,8 +36,8 @@
"destPath": "base/compileruntime/js_util_module"
},
"component": {
"name": "js_util_module",
"subsystem": "ccruntime",
"name": "jsapi_util",
"subsystem": "compileruntime",
"syscap": [],
"features": [],
"adapted_system_type": [],
@@ -49,10 +49,11 @@
},
"build": {
"sub_component": [
"//base/compileruntime/js_util_module/util:util_packages"
"//base/compileruntime/js_util_module/util:util_packages",
"//base/compileruntime/js_util_module/container:container_packages"
],
"inner_kits": [],
"test": []
}
}
}
}
+1 -1
View File
@@ -121,7 +121,7 @@ template("container_lib") {
} else {
external_deps = [ "hilog:libhilog" ]
}
subsystem_name = "ccruntime"
subsystem_name = "compileruntime"
part_name = "jsapi_util"
relative_install_dir = "module"
-19
View File
@@ -1,19 +0,0 @@
{
"subsystem": "ccruntime",
"parts": {
"jsapi_util": {
"variants": [
"wearable",
"phone"
],
"module_list": [
"//base/compileruntime/js_util_module/util:util_packages",
"//base/compileruntime/js_util_module/container:container_packages"
],
"inner_kits": [
],
"test_list": [
]
}
}
}
+1 -1
View File
@@ -105,7 +105,7 @@ ohos_shared_library("util") {
} else {
external_deps = [ "hilog:libhilog" ]
}
subsystem_name = "ccruntime"
subsystem_name = "compileruntime"
part_name = "jsapi_util"
relative_install_dir = "module"