harryhrp 8e845ae19d Aot disk file path adjustment
Aot disk file path adjustment

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IBEVFO
Signed-off-by: harryhrp <herongpeng@huawei.com>
2025-01-21 20:02:10 +08:00

16 lines
576 B
INI

{
"jobs" : [{
"name" : "post-fs-data",
"cmds" : [
"mkdir /data/app/el1/public/aot_compiler 0711 root root",
"mkdir /data/app/el1/public/aot_compiler/ark_cache 0711 root root",
"mkdir /data/app/el1/0/aot_compiler 0711 root root",
"mkdir /data/app/el1/0/aot_compiler/ark_profile 0711 root root",
"restorecon /data/app/el1/public/aot_compiler",
"restorecon /data/app/el1/public/aot_compiler/ark_cache"
]
}
],
"services" : []
}