Replace ohos.build with bundle.json

Signed-off-by: xliu <liuxin259@huawei.com>
Change-Id: If84453454f00d433805a9eca9fd0d7d2a4da1b95
This commit is contained in:
xliu
2022-01-24 22:51:52 +08:00
parent dde47ce2f9
commit 36e161c4e1
3 changed files with 4 additions and 20 deletions
+3 -3
View File
@@ -36,8 +36,8 @@
"destPath": "base/compileruntime/js_worker_module"
},
"component": {
"name": "js_worker_module",
"subsystem": "ccruntime",
"name": "jsapi_worker",
"subsystem": "compileruntime",
"syscap": [],
"features": [],
"adapted_system_type": [],
@@ -55,4 +55,4 @@
"test": []
}
}
}
}
+1 -1
View File
@@ -36,7 +36,7 @@ ohos_shared_library("worker") {
external_deps = [ "hilog:libhilog" ]
}
subsystem_name = "ccruntime"
subsystem_name = "compileruntime"
part_name = "jsapi_worker"
relative_install_dir = "module"
-16
View File
@@ -1,16 +0,0 @@
{
"subsystem": "ccruntime",
"parts": {
"jsapi_worker": {
"variants": [
"wearable",
"phone"
],
"module_list": [
"//base/compileruntime/js_worker_module/jsapi:jsapi_packages"
],
"test_list": [
]
}
}
}