!128 【4.1-release】编译要求执行拷贝时要指定具体文件

Merge pull request !128 from fyz1019/cherry-pick-1706925282
This commit is contained in:
openharmony_ci
2024-02-04 03:27:09 +00:00
committed by Gitee
+1 -1
View File
@@ -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"