From 1d52b70b21d6b6b3c2172c6acf0e429e4cecf4ca Mon Sep 17 00:00:00 2001 From: lxinjie Date: Wed, 2 Jul 2025 15:54:41 +0800 Subject: [PATCH] liuxinjie6@huawei.com Signed-off-by: lxinjie --- appdata-sandbox-app.json | 3 --- appdata-sandbox-gpu.json | 4 ++-- appdata-sandbox.json | 9 ++------- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/appdata-sandbox-app.json b/appdata-sandbox-app.json index 3a82aa3a..53443c46 100644 --- a/appdata-sandbox-app.json +++ b/appdata-sandbox-app.json @@ -162,9 +162,6 @@ }, { "src-path" : "/data/app/el1//aot_compiler/ark_profile/", "sandbox-path" : "/data/storage/ark-profile" - }, { - "src-path" : "/data/app/el1//shader_cache/", - "sandbox-path" : "/data/storage/shader_cache/local" }, { "src-path" : "/data/app/el1/public/shader_cache/cloud/", "sandbox-path" : "/data/storage/shader_cache/cloud" diff --git a/appdata-sandbox-gpu.json b/appdata-sandbox-gpu.json index d80ed7e1..6b8d3c82 100644 --- a/appdata-sandbox-gpu.json +++ b/appdata-sandbox-gpu.json @@ -77,8 +77,8 @@ "src-path" : "/module_update/ArkWebCore/app/", "sandbox-path" : "/module_update/ArkWebCore/app/" }, { - "src-path" : "/data/app/el1//shader_cache/", - "sandbox-path" : "/data/storage/shader_cache/local" + "src-path" : "/data/app/el1//system_optimize//shader_cache", + "sandbox-path" : "/data/storage/system_optimize/shader_cache" }, { "src-path" : "/data/app/el1/public/shader_cache/cloud/", "sandbox-path" : "/data/storage/shader_cache/cloud" diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 9504f374..d1ec3eea 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -163,11 +163,6 @@ "sandbox-path" : "/data/storage/ark-profile", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" - }, { - "src-path" : "/data/app/el1//shader_cache/", - "sandbox-path" : "/data/storage/shader_cache/local", - "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "false" }, { "src-path" : "/data/app/el1/public/shader_cache/cloud/", "sandbox-path" : "/data/storage/shader_cache/cloud", @@ -652,8 +647,8 @@ "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" }, { - "src-path" : "/data/app/el1//shader_cache/", - "sandbox-path" : "/data/storage/shader_cache/local", + "src-path" : "/data/app/el1//system_optimize//shader_cache", + "sandbox-path" : "/data/storage/system_optimize/shader_cache", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" }, { -- Gitee