summaryrefslogtreecommitdiffstats
path: root/uncrypt/uncrypt.rc
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-02-03 20:00:11 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-02-03 20:00:11 +0100
commitc342c60cb009c5c2c638a73dd2fbc0ae08390c3c (patch)
tree6f14c3dcdc4db17ee8deb68736336ce008435a36 /uncrypt/uncrypt.rc
parentMerge "recovery: Refactor verifier and verifier_test." am: 351ddbbc0a (diff)
parentMerge "uncrypt: add options to setup bcb and clear bcb." (diff)
downloadandroid_bootable_recovery-c342c60cb009c5c2c638a73dd2fbc0ae08390c3c.tar
android_bootable_recovery-c342c60cb009c5c2c638a73dd2fbc0ae08390c3c.tar.gz
android_bootable_recovery-c342c60cb009c5c2c638a73dd2fbc0ae08390c3c.tar.bz2
android_bootable_recovery-c342c60cb009c5c2c638a73dd2fbc0ae08390c3c.tar.lz
android_bootable_recovery-c342c60cb009c5c2c638a73dd2fbc0ae08390c3c.tar.xz
android_bootable_recovery-c342c60cb009c5c2c638a73dd2fbc0ae08390c3c.tar.zst
android_bootable_recovery-c342c60cb009c5c2c638a73dd2fbc0ae08390c3c.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