From b1b71a27d0aa038a6e2417e3baa10b80a7c7b9ab Mon Sep 17 00:00:00 2001 From: herongpeng Date: Thu, 8 May 2025 20:27:04 +0800 Subject: [PATCH] ArkTS1.2 add framework Integration AOT ArkTS1.2 add framework Integration AOT Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IBZ283 Signed-off-by: herongpeng --- appdata-sandbox-app.json | 3 +++ appdata-sandbox.json | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/appdata-sandbox-app.json b/appdata-sandbox-app.json index 8a104e79..f896fa3f 100755 --- a/appdata-sandbox-app.json +++ b/appdata-sandbox-app.json @@ -168,6 +168,9 @@ }, { "src-path" : "/mnt/data//media_fuse", "sandbox-path" : "/data/storage/el2/media" + }, { + "src-path" : "/data/service/el1/public/framework_ark_cache", + "sandbox-path" : "/data/service/el1/public/framework_ark_cache" }], "symbol-links" : [{ "target-name" : "/mnt/nweb/tmp", diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 15444c62..db48a8ec 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -253,6 +253,11 @@ "sandbox-path" : "/vendor/etc/passthrough", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/data/service/el1/public/framework_ark_cache", + "sandbox-path" : "/data/service/el1/public/framework_ark_cache", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" } ], "symbol-links" : [{ -- Gitee