summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2022-10-12 21:10:48 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-10-12 21:10:48 +0000
commit39983c6e5d8095d66853984a4c524b80a1dbc0c4 (patch)
tree564d628a3dd8853a7ad1a3a321a59cceb5dec0df
parentcb23441ce5323bc30c7729d2cc478a99ecfe274c (diff)
parentb53638c3b192db858ce52fca5665f621ddfa657c (diff)
Merge "Add riscv64 support to ota rc script"
-rw-r--r--cmds/installd/otapreopt.rc2
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