diff --git a/common_components/BUILD.gn b/common_components/BUILD.gn index c7c3dba5e46db59509eee44b932d731997ded95a..c3e37a4fe488121af15dac6677beaaec719aec6d 100755 --- a/common_components/BUILD.gn +++ b/common_components/BUILD.gn @@ -514,7 +514,7 @@ ohos_shared_library("libark_common_components_fuzz_test") { if (!is_arkui_x) { external_deps += [ "runtime_core:libarkfile_runtime_static" ] } else { - deps += [ "$ark_root/libpandafile:libarkfile_runtime_static" ] + deps = [ "$ark_root/libpandafile:libarkfile_runtime_static" ] } part_name = "ets_runtime"