From 9736074f22c9d1da84c00f5f400263e3e8ed17a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B0=B8=E5=BF=A0?= Date: Thu, 20 Mar 2025 09:24:45 +0000 Subject: [PATCH] update module_output_path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王永忠 --- test/unittest/datatransmitmgr/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittest/datatransmitmgr/BUILD.gn b/test/unittest/datatransmitmgr/BUILD.gn index 54ac308..eb36d26 100644 --- a/test/unittest/datatransmitmgr/BUILD.gn +++ b/test/unittest/datatransmitmgr/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//build/test.gni") -module_output_path = "dataclassification/datasecuritylevel" +module_output_path = "dataclassification/dataclassification" config("datatransmitmgr_test_config") { visibility = [ ":*" ] -- Gitee