提交 3e40605c 编写于 作者: c00244171's avatar c00244171 提交者: xxlight

support for gn updating

Signed-off-by: c00244171's avatarchenmudan <chenmudan@huawei.com>

Change-Id: Ic08f276beb44ad422c83489d4fb0ed6ff099bcf3
上级 0915ec27
......@@ -293,7 +293,6 @@ template("musl_libs") {
source_set("soft_musl_src") {
sources_orig = []
sources = []
set_sources_assignment_filter([])
sources_orig = musl_src_arch_file + musl_src_file
sources_orig -= musl_src_filterout
......
......@@ -100,8 +100,8 @@ action_foreach("strip") {
no_default_deps = true
deps = [ ":build_sysroot" ]
script = "//build/lite/run_shell_cmd.py"
set_sources_assignment_filter([ "*.txt" ])
sources = get_target_outputs(deps[0])
sources = filter_exclude(sources, [ "*.txt" ])
outputs = [ "$root_out_dir/libs/{{source_file_part}}" ]
args = [
"$ohos_current_strip_command",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册