Skip to content

Commit 92875ac

Browse files
npjohnsonersascape
authored andcommitted
fs_mgr: Don't run clean_scratch_files on non-dynamic devices
* This results in a metric ton of denials on some devices and eats up valuable resources on boot, plus there's 0 need for it, so kill it. Change-Id: Ic52d5b3f06724430e9505345024cf0041b37ca49
1 parent ed42e3d commit 92875ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs_mgr/clean_scratch_files.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
on post-fs-data && property:ro.debuggable=1
1+
on post-fs-data && property:ro.debuggable=1 && property:ro.boot.dynamic_partitions=true
22
exec_background - root root -- /system/bin/clean_scratch_files

0 commit comments

Comments
 (0)