diff options
author | Tao Bao <tbao@google.com> | 2016-02-28 19:47:55 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-02-28 19:47:55 +0100 |
commit | 4d88a5d8f449893ae52d552e142668f3ded1e041 (patch) | |
tree | b9441262f5598ba5a62ef4b5a5b7b186bdc3edc2 /uncrypt/uncrypt.rc | |
parent | Merge "Move dumpkey tool to the recovery repo." am: 5197fde242 am: b652678953 (diff) | |
parent | Merge "uncrypt: Retire pre-recovery service." into nyc-dev (diff) | |
download | android_bootable_recovery-4d88a5d8f449893ae52d552e142668f3ded1e041.tar android_bootable_recovery-4d88a5d8f449893ae52d552e142668f3ded1e041.tar.gz android_bootable_recovery-4d88a5d8f449893ae52d552e142668f3ded1e041.tar.bz2 android_bootable_recovery-4d88a5d8f449893ae52d552e142668f3ded1e041.tar.lz android_bootable_recovery-4d88a5d8f449893ae52d552e142668f3ded1e041.tar.xz android_bootable_recovery-4d88a5d8f449893ae52d552e142668f3ded1e041.tar.zst android_bootable_recovery-4d88a5d8f449893ae52d552e142668f3ded1e041.zip |
Diffstat (limited to 'uncrypt/uncrypt.rc')
-rw-r--r-- | uncrypt/uncrypt.rc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/uncrypt/uncrypt.rc b/uncrypt/uncrypt.rc index b07c1dada..d5d803b9f 100644 --- a/uncrypt/uncrypt.rc +++ b/uncrypt/uncrypt.rc @@ -3,11 +3,6 @@ service uncrypt /system/bin/uncrypt disabled oneshot -service pre-recovery /system/bin/uncrypt --reboot - class main - disabled - oneshot - service setup-bcb /system/bin/uncrypt --setup-bcb class main disabled @@ -16,4 +11,4 @@ service setup-bcb /system/bin/uncrypt --setup-bcb service clear-bcb /system/bin/uncrypt --clear-bcb class main disabled - oneshot
\ No newline at end of file + oneshot |