From 222c5142a6c0245203a39217ab83cd98f8dd8edd Mon Sep 17 00:00:00 2001 From: abonadon-hk Date: Wed, 27 Aug 2025 18:57:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=97=B4=E6=8E=A5=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E7=9B=B4=E6=8E=A5=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: abonadon-hk Change-Id: Ie003e267d38214b87257aaabcc615cef4dab1874 --- test/fuzztest/common_fuzzer/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fuzztest/common_fuzzer/BUILD.gn b/test/fuzztest/common_fuzzer/BUILD.gn index aef2668f6..85f16b95d 100644 --- a/test/fuzztest/common_fuzzer/BUILD.gn +++ b/test/fuzztest/common_fuzzer/BUILD.gn @@ -345,6 +345,7 @@ ohos_source_set("userauth_service_remote_connect_fuzzer") { "hicollie:libhicollie", "hilog:libhilog", "init:libbegetutil", + "ipc:ipc_single", "safwk:system_ability_fwk", "samgr:samgr_proxy", ] -- Gitee