From 85776f86f0926a7d7b3f98a916a523b11ac5bbdf Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Thu, 28 Aug 2025 13:58:41 +0300 Subject: [PATCH] updated integration plan to include v136 mirroring PRs Signed-off-by: Alexander Gorshenev --- arkoala-arkts/doc/INTEGRATION_PLAN.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arkoala-arkts/doc/INTEGRATION_PLAN.md b/arkoala-arkts/doc/INTEGRATION_PLAN.md index 5d57fc28e5..a50db4cfe8 100644 --- a/arkoala-arkts/doc/INTEGRATION_PLAN.md +++ b/arkoala-arkts/doc/INTEGRATION_PLAN.md @@ -24,6 +24,10 @@ PR https://gitee.com/openharmony/interface_sdk-js/pulls/23996 (unmerged) ### 2.1: Switch arkoala build for the firmware +The mirroring PR (version 136) + +PR https://gitee.com/openharmony/arkui_ace_engine/pulls/70622 (unmerged) + The gn tasks for the arkoala, incremental, interop builds are to be switched from koala-projects/ to koala-mirror/ This build is done by the toolchain from the mirror. @@ -35,6 +39,10 @@ PR https://gitee.com/openharmony/arkui_ace_engine/pulls/70156 (unmerged) ### 2.2: Ensure the latest plugins and libarkts from the mirror folder are delivered to OHOS SDK +The mirroring PR is (version 136) + +PR https://gitee.com/openharmony/developtools_ace_ets2bundle/pulls/5364 (unmerged) + While the plugins are buildable there needs to be an additional step to deliver them to the OHOS SDK build in a separate folder. Not used for user code build at this stage. PR https://gitee.com/openharmony/build/pulls/5676 (unmerged) -- Gitee