From 008eb9b80a4094d0f1b4fe29ebfbc3e40cde9575 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Thu, 3 Sep 2015 16:31:50 -0700 Subject: [PATCH] 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 --- rootdir/init.rc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 7a806f588..5f1169daf 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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