diff --git a/appdata-sandbox-app.json b/appdata-sandbox-app.json index 3a82aa3a97ad234e4c03170140436ba5d306fb65..53443c460cfb19905cc55442f94ead17cec6e784 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 d80ed7e1c776c976cda5cff0fb4c0bcbc78d7f32..6b8d3c820e751660da2d28d8b01eb383e79e14a2 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 9504f3745d109c89cbc98b159176246cb6b5a297..d1ec3eea22629c0e23b2727d753d1f059de73460 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" }, {