diff --git a/services/samgr/native/BUILD.gn b/services/samgr/native/BUILD.gn index 25c58b1b18844a006aebc1b0154a5b2a5703d9aa..0dc3c69b7fe37cb8961f216ff5941eae8fae9d20 100755 --- a/services/samgr/native/BUILD.gn +++ b/services/samgr/native/BUILD.gn @@ -37,11 +37,7 @@ group("etc") { ohos_prebuilt_etc("samgr.rc") { relative_install_dir = "init" - if (use_musl) { - source = "samgr_standard.cfg" - } else { - source = "samgr_standard.rc" - } + source = "samgr_standard.cfg" part_name = "samgr_standard" subsystem_name = "distributedschedule" }