commit | c0281978b0110aa9fac04addf33196673e5f5c35 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Mon Oct 16 10:24:55 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 16 10:24:55 2023 +0000 |
tree | 39c963da7b8f30a0fc58b873f9ed0d76e7d672b8 | |
parent | 9c949326bdb4a24a82e522b895ed5e15a67cf2b6 [diff] | |
parent | cb33fb400846a5aa99c03f6dd96b891a75a073a8 [diff] |
Merge "fs_mgr: Don't run clean_scratch_files on non-dynamic devices" into main
diff --git a/fs_mgr/clean_scratch_files.rc b/fs_mgr/clean_scratch_files.rc index 25a7e69..71708f8 100644 --- a/fs_mgr/clean_scratch_files.rc +++ b/fs_mgr/clean_scratch_files.rc
@@ -1,2 +1,2 @@ -on post-fs-data && property:ro.debuggable=1 +on post-fs-data && property:ro.debuggable=1 && property:ro.boot.dynamic_partitions=true exec_background - root root -- /system/bin/clean_scratch_files