提交 2104a096 编写于 作者: O openharmony_ci 提交者: Gitee

!57 保留原来的做法将Libc/libc++两个动态库放在libs目录下

Merge pull request !57 from Caoruihong/libc_dir
......@@ -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.
先完成此消息的编辑!
想要评论请 注册