summaryrefslogtreecommitdiffstats
path: root/uncrypt/uncrypt.rc
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-01-27 01:50:15 +0100
committerYabin Cui <yabinc@google.com>2016-02-03 19:43:03 +0100
commit2d46da57e19612b0a29ee0b8601146cf8fb9ff5e (patch)
tree35f7e765c1b726329dda6e48e713821e9bd86ef3 /uncrypt/uncrypt.rc
parentMerge "uncrypt: generate map file by renaming tmp file." (diff)
downloadandroid_bootable_recovery-2d46da57e19612b0a29ee0b8601146cf8fb9ff5e.tar
android_bootable_recovery-2d46da57e19612b0a29ee0b8601146cf8fb9ff5e.tar.gz
android_bootable_recovery-2d46da57e19612b0a29ee0b8601146cf8fb9ff5e.tar.bz2
android_bootable_recovery-2d46da57e19612b0a29ee0b8601146cf8fb9ff5e.tar.lz
android_bootable_recovery-2d46da57e19612b0a29ee0b8601146cf8fb9ff5e.tar.xz
android_bootable_recovery-2d46da57e19612b0a29ee0b8601146cf8fb9ff5e.tar.zst
android_bootable_recovery-2d46da57e19612b0a29ee0b8601146cf8fb9ff5e.zip
Diffstat (limited to 'uncrypt/uncrypt.rc')
-rw-r--r--uncrypt/uncrypt.rc10
1 files changed, 10 insertions, 0 deletions
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