mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-19 11:31:44 -04:00
编译要求执行拷贝时要指定具体文件
Signed-off-by: fangyunzhong <fangyunzhong2@huawei.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user