Merge "snapshotctl: merge when boot"
This commit is contained in:
commit
8c055fbe3e
2 changed files with 5 additions and 0 deletions
|
|
@ -136,4 +136,7 @@ cc_binary {
|
|||
"liblog",
|
||||
"liblp",
|
||||
],
|
||||
init_rc: [
|
||||
"snapshotctl.rc",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
2
fs_mgr/libsnapshot/snapshotctl.rc
Normal file
2
fs_mgr/libsnapshot/snapshotctl.rc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
on property:sys.boot_completed=1
|
||||
exec - root root -- /system/bin/snapshotctl merge --logcat
|
||||
Loading…
Add table
Reference in a new issue