From b53638c3b192db858ce52fca5665f621ddfa657c Mon Sep 17 00:00:00 2001 From: "haocheng.zy" Date: Wed, 12 Oct 2022 20:45:24 +0800 Subject: Add riscv64 support to ota rc script Signed-off-by: haocheng.zy Signed-off-by: Mao Han Change-Id: I98bf85e11cf3e3535d2bb67d0c974469d3fcc478 --- cmds/installd/otapreopt.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-59-g8ed1b