From 971deb014d4763ed3b59968ec69eb3b959384c37 Mon Sep 17 00:00:00 2001 From: mediaTest Date: Sat, 26 Jul 2025 17:03:04 +0800 Subject: [PATCH] =?UTF-8?q?fuzz=E7=94=A8=E4=BE=8B=E7=94=9F=E6=88=90?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mediaTest --- test/fuzztest/services_fuzzer/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fuzztest/services_fuzzer/BUILD.gn b/test/fuzztest/services_fuzzer/BUILD.gn index 0ccbacf..caa5d8d 100644 --- a/test/fuzztest/services_fuzzer/BUILD.gn +++ b/test/fuzztest/services_fuzzer/BUILD.gn @@ -15,7 +15,7 @@ import("//build/config/features.gni") import("//build/test.gni") import("//foundation/multimedia/video_processing_engine/config.gni") -module_output_path = "video_processing_engine/fuzztest" +module_output_path = "video_processing_engine/video_processing_engine" ##############################fuzztest########################################## ohos_fuzztest("ServicesFuzzTest") { -- Gitee