未验证 提交 88235bf0 编写于 作者: O openharmony_ci 提交者: Gitee

!235 删除use_musl的判断

Merge pull request !235 from 熊磊/0115
......@@ -13,11 +13,7 @@
import("//build/ohos.gni")
ohos_prebuilt_etc("param_watcher.rc") {
if (use_musl) {
source = "etc/param_watcher.cfg"
} else {
source = "etc/param_watcher.rc"
}
source = "etc/param_watcher.cfg"
relative_install_dir = "init"
part_name = "init"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册