From 5b3b373a4938b8359bb55c62057fc5771e689add Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Mon, 22 Feb 2016 17:33:14 -0800 Subject: uncrypt: Retire pre-recovery service. The framework CL in [1] removes the use of "pre-recovery" service which is basically to trigger a reboot into the recovery. [1] commit e8a403d57c8ea540f8287cdaee8b90f0cf9626a3 Bug: 26830925 Change-Id: I131f31a228df59e4f9c3024b238bbdee0be2b157 --- uncrypt/uncrypt.rc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'uncrypt/uncrypt.rc') diff --git a/uncrypt/uncrypt.rc b/uncrypt/uncrypt.rc index b07c1dada..d5d803b9f 100644 --- a/uncrypt/uncrypt.rc +++ b/uncrypt/uncrypt.rc @@ -3,11 +3,6 @@ service uncrypt /system/bin/uncrypt disabled oneshot -service pre-recovery /system/bin/uncrypt --reboot - class main - disabled - oneshot - service setup-bcb /system/bin/uncrypt --setup-bcb class main disabled @@ -16,4 +11,4 @@ service setup-bcb /system/bin/uncrypt --setup-bcb service clear-bcb /system/bin/uncrypt --clear-bcb class main disabled - oneshot \ No newline at end of file + oneshot -- cgit v1.2.3