mirror of
https://github.com/openharmony/js_worker_module.git
synced 2026-07-19 19:23:34 -04:00
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:
+1
-4
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user