Skip to content

Commit

Permalink
time_daemon: remove unneeded init entries
Browse files Browse the repository at this point in the history
- Restarting service prevents vendor from being unmounted
  and is not needed as service remains running
  • Loading branch information
CaptainThrowback committed Sep 10, 2020
1 parent b914621 commit ece7d0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ TW_THEME := portrait_hdpi
TW_BRIGHTNESS_PATH := "/sys/class/backlight/panel0-backlight/brightness"
TW_DEFAULT_BRIGHTNESS := 420
TW_EXCLUDE_DEFAULT_USB_INIT := true
TW_EXCLUDE_ENCRYPTED_BACKUPS := true
TW_EXCLUDE_TWRPAPP := true
TW_EXTRA_LANGUAGES := true
TW_HAPTICS_TSPDRV := true
Expand Down
4 changes: 0 additions & 4 deletions recovery/root/init.recovery.qcom_decrypt.fbe.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ on fs
on property:ro.crypto.state=encrypted && property:ro.crypto.type=file
start time_daemon

on property:sys.usb.config=mtp,adb && property:ro.crypto.state=encrypted && property:ro.crypto.type=file
restart time_daemon

on property:vendor.sys.listeners.registered=true
start servicemanager
start gatekeeper-1-0-qti
restart time_daemon

on property:twrp.all.users.decrypted=true
setprop crypto.ready 0
Expand Down

0 comments on commit ece7d0c

Please sign in to comment.