提交 bdc0d218 编写于 作者: O openharmony_ci 提交者: Gitee

!74 【轻量级 PR】:add deps,run the 'strip' task.

Merge pull request !74 from weichaox/N/A
...@@ -97,6 +97,7 @@ build_ext_component("build_sysroot") { ...@@ -97,6 +97,7 @@ build_ext_component("build_sysroot") {
} }
action_foreach("strip") { action_foreach("strip") {
no_default_deps = true
deps = [ ":build_sysroot" ] deps = [ ":build_sysroot" ]
script = "//build/lite/run_shell_cmd.py" script = "//build/lite/run_shell_cmd.py"
set_sources_assignment_filter([ "*.txt" ]) set_sources_assignment_filter([ "*.txt" ])
...@@ -129,5 +130,8 @@ config("sysroot_flags") { ...@@ -129,5 +130,8 @@ config("sysroot_flags") {
group("build") { group("build") {
all_dependent_configs = [ ":sysroot_flags" ] all_dependent_configs = [ ":sysroot_flags" ]
deps = [ ":build_sysroot" ] deps = [
":build_sysroot",
":strip",
]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册