mirror of
https://github.com/openharmony/miscservices_time.git
synced 2026-07-19 20:03:38 -04:00
!59 fix time service boot start bugs.
Merge pull request !59 from zhongjianfei/zz0120
This commit is contained in:
+2
-6
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user