From 4044de0466188464e04bb30088316cfe93fae3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=99=9F=E9=92=B0?= Date: Fri, 2 Aug 2024 10:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3fuzz=E7=9A=84asan=E6=8F=92?= =?UTF-8?q?=E6=A1=A9=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张晟钰 --- test/unittest/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unittest/BUILD.gn b/test/unittest/BUILD.gn index 004bfe13..b8fec90c 100644 --- a/test/unittest/BUILD.gn +++ b/test/unittest/BUILD.gn @@ -400,6 +400,7 @@ ohos_unittest("js_file_access_ext_ability_test") { ] deps = [ + "${user_file_service_path}/interfaces/inner_api/file_access:file_access_extension_ability_kit", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", ] -- Gitee