Andreas Gampe | 99e2b26 | 2016-07-09 11:44:12 -0700 | [diff] [blame] | 1 | # When /data is available, look for A/B artifacts for the current slot and move them |
| 2 | # into the dalvik-cache (relabeling them). |
| 3 | on post-fs-data |
| 4 | exec - root -- /system/bin/otapreopt_slot |
| 5 | # The dalvik-cache was not moved itself, so as to restrict the rights of otapreopt_slot. |
| 6 | # But now the relabeling is annoying as there is no force option available here. So |
| 7 | # explicitly list all the ISAs we know. |
haocheng.zy | b53638c | 2022-10-12 20:45:24 +0800 | [diff] [blame] | 8 | restorecon_recursive /data/dalvik-cache/arm /data/dalvik-cache/arm64 /data/dalvik-cache/riscv64 /data/dalvik-cache/x86 /data/dalvik-cache/x86_64 |