From 3cd7705772bd225965b50fb1fa77fa4c7d2e8f3c Mon Sep 17 00:00:00 2001 From: xucheng46 Date: Fri, 6 Jun 2025 14:58:42 +0800 Subject: [PATCH] try fix CI problem Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/ICD592 Signed-off-by: xucheng46 Change-Id: I670756f4fe1a7745f4b6a8a5d4826ced798331a8 --- BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index ad5f83eb..5e4e5504 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -252,6 +252,10 @@ config("toolchain_test_config") { } } +group("ark_host_toolchain_packages") { + deps = [ "./tooling/client/ark_multi:ark_multi(${host_toolchain})" ] +} + group("ark_toolchain_packages") { deps = [] deps += [ -- Gitee