diff --git a/etc/init/BUILD.gn b/etc/init/BUILD.gn index 9a1c292..f020e5d 100755 --- a/etc/init/BUILD.gn +++ b/etc/init/BUILD.gn @@ -16,12 +16,8 @@ import("//build/ohos.gni") ################################################################################ ohos_prebuilt_etc("timeservice.rc") { - if (use_musl) { - source = "timeservice.cfg" - } else { - source = "timeservice.rc" - } + source = "timeservice.cfg" relative_install_dir = "init" part_name = "time_native" subsystem_name = "miscservices" -} \ No newline at end of file +}