diff --git a/test/fuzztest/fileaccessextconnection_fuzzer/BUILD.gn b/test/fuzztest/fileaccessextconnection_fuzzer/BUILD.gn index 6d1691217a1605bfe0a99276e293c1775ff34d01..bff3a5ac1f3b59e4ff6d1c242a91c57d35c457be 100644 --- a/test/fuzztest/fileaccessextconnection_fuzzer/BUILD.gn +++ b/test/fuzztest/fileaccessextconnection_fuzzer/BUILD.gn @@ -39,6 +39,8 @@ ohos_fuzztest("FileAccessExtConnectionFuzzTest") { "${user_file_service_path}/test/fuzztest/fileaccessextconnection_fuzzer/fileaccessextconnection_fuzzer.cpp", ] + deps = [ "${user_file_service_path}/services:file_access_service" ] + external_deps = [ "ability_base:want", "ability_base:zuri",