am 1e8e6a83: am cf11a160: am f8c303f9: Merge "move uncrypt from init.rc to uncrypt.rc"

* commit '1e8e6a839438a345a9054319d8efda6c95236557':
  move uncrypt from init.rc to uncrypt.rc
This commit is contained in:
Tom Cherry
2015-09-04 18:13:01 +00:00
committed by Android Git Automerger
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -26,4 +26,6 @@ LOCAL_MODULE := uncrypt
LOCAL_STATIC_LIBRARIES := libbase liblog libfs_mgr libcutils
LOCAL_INIT_RC := uncrypt.rc
include $(BUILD_EXECUTABLE)
+9
View File
@@ -0,0 +1,9 @@
service uncrypt /system/bin/uncrypt
class main
disabled
oneshot
service pre-recovery /system/bin/uncrypt --reboot
class main
disabled
oneshot