diff options
| author | 2022-10-12 21:43:41 +0000 | |
|---|---|---|
| committer | 2022-10-12 21:43:41 +0000 | |
| commit | 3512160aec22e4f54965b517d7eb477dec925b1d (patch) | |
| tree | 8cf7245d9a3a9bf47b51caac30f29329bad8a41a | |
| parent | c65028cd22a45524732f84d33e64431aa7008b26 (diff) | |
| parent | 39983c6e5d8095d66853984a4c524b80a1dbc0c4 (diff) | |
Merge "Add riscv64 support to ota rc script" am: 39983c6e5d
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2252354
Change-Id: I4c4398cf68c21925440c719cf20c30caecf910ca
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 |