From 0ae3ac41f0de455cd939e44cb54fca3485a1238b Mon Sep 17 00:00:00 2001 From: Lyupa Anastasia Date: Wed, 6 Aug 2025 10:48:09 +0300 Subject: [PATCH] Remove Proxy from stdlib Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICRDL5 Change-Id: Ib12a8a67141f4ef25173ee37ae3174d0a69d70be Signed-off-by: Lyupa Anastasia --- ets2panda/scripts/arkui.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ets2panda/scripts/arkui.properties b/ets2panda/scripts/arkui.properties index 7b817376cd..c8ec0c4de7 100644 --- a/ets2panda/scripts/arkui.properties +++ b/ets2panda/scripts/arkui.properties @@ -1,3 +1,3 @@ ARKUI_DEV_REPO=https://gitee.com/rri_opensource/koala_projects.git -ARKUI_DEV_BRANCH=panda_rev_10-remove-decorator +ARKUI_DEV_BRANCH=panda_rev_10-remove-proxy-api ARKUI_DEST=koala-sig -- Gitee