From 45dbed4d0faf615522e86e91ee264fa819482d25 Mon Sep 17 00:00:00 2001 From: qianyong325 Date: Fri, 1 Aug 2025 15:58:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue: https://gitee.com/openharmony/build/issues/ICQESL?from=project-issue Signed-off-by: qianyong325 --- bundle.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bundle.json b/bundle.json index 80c4a61093..401dc8393e 100644 --- a/bundle.json +++ b/bundle.json @@ -44,6 +44,12 @@ }, { "name": "//arkcompiler/ets_frontend/ets2panda:libes2panda_public" + }, + { + "name": "//arkcompiler/ets_frontend/ets2panda:build_es2abc_for_hap" + }, + { + "name": "//arkcompiler/ets_frontend/ets2panda:es2abc_js_file" } ], "test": [ -- Gitee