Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 008eb9b8 authored by Tom Cherry's avatar Tom Cherry
Browse files

move uncrypt from init.rc to uncrypt.rc

Move uncrypt from /init.rc to /system/etc/init/uncrypt.rc using the
LOCAL_INIT_RC mechanism

Bug 23186545

Change-Id: Ibd838dd1d250c0e6536e44b69f11fb5ed42ba10b
parent b4998341
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -493,13 +493,3 @@ on property:ro.debuggable=1
service flash_recovery /system/bin/install-recovery.sh
    class main
    oneshot

service uncrypt /system/bin/uncrypt
    class main
    disabled
    oneshot

service pre-recovery /system/bin/uncrypt --reboot
    class main
    disabled
    oneshot