Files
android_bootable_recovery/uncrypt/uncrypt.rc
Yabin Cui 2d46da57e1 uncrypt: add options to setup bcb and clear bcb.
Bug: 26696173

Change-Id: I3a612f045aaa9e93e61ae45b05300d02b19bb3ad
2016-02-03 10:43:03 -08:00

19 lines
348 B
Plaintext

service uncrypt /system/bin/uncrypt
class main
disabled
oneshot
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