Modify the unnecessary dependencies of worker

Describe:Delete the "//foundation/ace/napi:ace_napi_quickjs" of deps.

Signed-off-by: wbdu <duwenbo7@huawei.com>
This commit is contained in:
wbdu
2022-03-24 18:01:24 +08:00
parent db06e23c00
commit e3986e12c4
+1 -4
View File
@@ -25,10 +25,7 @@ ohos_shared_library("worker") {
"worker/worker_runner.cpp",
]
deps = [
"//foundation/ace/napi:ace_napi",
"//foundation/ace/napi:ace_napi_quickjs",
]
deps = [ "//foundation/ace/napi:ace_napi" ]
if (is_standard_system) {
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]