From 2d46da57e19612b0a29ee0b8601146cf8fb9ff5e Mon Sep 17 00:00:00 2001 From: Yabin Cui Date: Tue, 26 Jan 2016 16:50:15 -0800 Subject: uncrypt: add options to setup bcb and clear bcb. Bug: 26696173 Change-Id: I3a612f045aaa9e93e61ae45b05300d02b19bb3ad --- uncrypt/uncrypt.rc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'uncrypt/uncrypt.rc') diff --git a/uncrypt/uncrypt.rc b/uncrypt/uncrypt.rc index 5f4c47936..b07c1dada 100644 --- a/uncrypt/uncrypt.rc +++ b/uncrypt/uncrypt.rc @@ -7,3 +7,13 @@ service pre-recovery /system/bin/uncrypt --reboot class main disabled oneshot + +service setup-bcb /system/bin/uncrypt --setup-bcb + class main + disabled + oneshot + +service clear-bcb /system/bin/uncrypt --clear-bcb + class main + disabled + oneshot \ No newline at end of file -- cgit v1.2.3