Merge "move uncrypt from init.rc to uncrypt.rc"
This commit is contained in:
@@ -26,4 +26,6 @@ LOCAL_MODULE := uncrypt
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libbase liblog libfs_mgr libcutils
|
||||
|
||||
LOCAL_INIT_RC := uncrypt.rc
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
9
uncrypt/uncrypt.rc
Normal file
9
uncrypt/uncrypt.rc
Normal 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
|
||||
Reference in New Issue
Block a user