commit | 2d46da57e19612b0a29ee0b8601146cf8fb9ff5e | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Jan 26 16:50:15 2016 -0800 |
committer | Yabin Cui <yabinc@google.com> | Wed Feb 03 10:43:03 2016 -0800 |
tree | 35f7e765c1b726329dda6e48e713821e9bd86ef3 | |
parent | 4c07a7ec0557130b95fc1f69da818e83b0887d20 [diff] [blame] |
uncrypt: add options to setup bcb and clear bcb. Bug: 26696173 Change-Id: I3a612f045aaa9e93e61ae45b05300d02b19bb3ad
diff --git a/uncrypt/uncrypt.rc b/uncrypt/uncrypt.rc index 5f4c479..b07c1da 100644 --- a/uncrypt/uncrypt.rc +++ b/uncrypt/uncrypt.rc
@@ -7,3 +7,13 @@ 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