From 3cb970bb3882f4cbdf76b44accf3d7d8f20fa1c5 Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Tue, 2 Sep 2025 17:48:48 +0300 Subject: [PATCH] Updated plan with @panda/sdk build system PR Provided the PR mirroring to ets1.2 folder Signed-off-by: Alexander Gorshenev --- arkoala-arkts/doc/INTEGRATION_PLAN.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/arkoala-arkts/doc/INTEGRATION_PLAN.md b/arkoala-arkts/doc/INTEGRATION_PLAN.md index 39d0d8050..d5d6a04a7 100644 --- a/arkoala-arkts/doc/INTEGRATION_PLAN.md +++ b/arkoala-arkts/doc/INTEGRATION_PLAN.md @@ -15,15 +15,22 @@ Then mirroring with new libarkts must be brought to developtools_ace_ets2bundle. https://gitee.com/openharmony/developtools_ace_ets2bundle/pulls/5319 must be merged, it switches plugins to use libarkts. - ### 0.3 Bring HQ codebase to RRI https://gitee.com/rri_opensource/koala_projects/pulls/1760 must be merged ### 0.4 Integrate "build system" compiler driver to Panda SDK +PR https://gitee.com/openharmony/arkcompiler_runtime_core/pulls/8866/ + ### 0.5 Allow using both regular an NG plugins from either/both build system and ui2abc driver +PR TBD + +### 0.6 Bring the common benchmark to RRI + +We need the same benchmark to be shared by the teams. + ## Stage 1: Harmonize runtime interfaces ### 1.1: Adopt the extensions HQ engineers have done to incremental runtime engine into RRI workspace (RRI) @@ -72,7 +79,7 @@ PR https://gitee.com/openharmony/arkui_ace_engine/pulls/70156 (unmerged) The mirroring PR is (version 136) -PR https://gitee.com/openharmony/developtools_ace_ets2bundle/pulls/5364 (unmerged) +PR https://gitee.com/openharmony/developtools_ace_ets2bundle/pulls/5396 (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. -- Gitee