From d9b8f7797190a51c630fce7752f5aaea75226003 Mon Sep 17 00:00:00 2001 From: fangyunzhong Date: Tue, 30 Jan 2024 14:48:19 +0800 Subject: [PATCH] =?UTF-8?q?fixed=204571bf1=20from=20https://gitee.com/fang?= =?UTF-8?q?-yunzhong/developtools=5Fglobal=5Fresource=5Ftool/pulls/127=20?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E8=A6=81=E6=B1=82=E6=89=A7=E8=A1=8C=E6=8B=B7?= =?UTF-8?q?=E8=B4=9D=E6=97=B6=E8=A6=81=E6=8C=87=E5=AE=9A=E5=85=B7=E4=BD=93?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangyunzhong --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 5196a61..85ac654 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -76,7 +76,7 @@ ohos_unittest_py("restool_test") { ohos_copy("restool_id_defined") { sources = [ "${id_defined_path}" ] outputs = [ get_label_info(":restool($host_toolchain)", "root_out_dir") + - "/developtools/global_resource_tool/" ] + "/developtools/global_resource_tool/{{source_file_part}}" ] deps = [ ":restool($host_toolchain)" ] subsystem_name = "developtools" part_name = "global_resource_tool"