提交 459b42f5 编写于 作者: C Caoruihong

fix: keep libc.so libc++.so in libs dir

most fs.yml need this old dir structures
Signed-off-by: NCaoruihong <crh.cao@huawei.com>
Change-Id: Ib2a5d230741ae1babb99078fbf0ec02810f4eaa3
上级 9f805d9b
......@@ -84,12 +84,12 @@ action_foreach("strip") {
"$root_out_dir/unstripped/usr/lib/libc.so",
"$root_out_dir/unstripped/usr/lib/libc++.so",
]
outputs = [ "$root_out_dir/{{source_file_part}}" ]
outputs = [ "$root_out_dir/libs/{{source_file_part}}" ]
args = [
"$ohos_current_strip_command",
"{{source}}",
"-o",
rebase_path("$root_out_dir/{{source_file_part}}", root_build_dir),
rebase_path("$root_out_dir/libs/{{source_file_part}}", root_build_dir),
]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册