mirror of
https://gitee.com/openharmony/startup_init
synced 2024-12-12 13:16:06 +00:00
删除use_musl的判断
Signed-off-by: x00405909 <xionglei6@huawei.com> Change-Id: Ie548efd627b8f763d5fbea60363331c1040a4bca
This commit is contained in:
parent
feafe7ec3e
commit
4ba4b48554
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user