diff options
| author | 2022-10-12 22:45:51 +0000 | |
|---|---|---|
| committer | 2022-10-12 22:45:51 +0000 | |
| commit | 0c21a96498702913ea0ab50cd78a605df63f2f1e (patch) | |
| tree | f891e0da3356a25e0d3d4a0464f64f33b242cd9a | |
| parent | cf1fb689002563d03d3f72e434caa357f3a6dfff (diff) | |
| parent | 9aa2764353f339d2a81d7baf1dfcfd7bf4e63aa0 (diff) | |
Merge "Add riscv64 support to ota rc script" am: 39983c6e5d am: 3512160aec am: 9aa2764353
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2252354
Change-Id: I2fadf8ffc6a4705245f8233d9137e87060e9ecbd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | cmds/installd/otapreopt.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/otapreopt.rc b/cmds/installd/otapreopt.rc index 059ae752e7..0bad0c59ab 100644 --- a/cmds/installd/otapreopt.rc +++ b/cmds/installd/otapreopt.rc @@ -5,4 +5,4 @@ on post-fs-data # The dalvik-cache was not moved itself, so as to restrict the rights of otapreopt_slot. # But now the relabeling is annoying as there is no force option available here. So # explicitly list all the ISAs we know. - restorecon_recursive /data/dalvik-cache/arm /data/dalvik-cache/arm64 /data/dalvik-cache/mips /data/dalvik-cache/mips64 /data/dalvik-cache/x86 /data/dalvik-cache/x86_64 + restorecon_recursive /data/dalvik-cache/arm /data/dalvik-cache/arm64 /data/dalvik-cache/riscv64 /data/dalvik-cache/x86 /data/dalvik-cache/x86_64 |