From 4b59710ca8c86ca0756545797ff3fe41c586e134 Mon Sep 17 00:00:00 2001 From: ttliang Date: Wed, 9 Jul 2025 21:35:42 +0800 Subject: [PATCH] adapt interop tests with gn build Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICKAWP Signed-off-by: ttliang Change-Id: I2b0556f6e0cfd2c02f4693681238739307cc9c7f --- build/core/gn/BUILD.gn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/core/gn/BUILD.gn b/build/core/gn/BUILD.gn index ea2307e9..953c4868 100644 --- a/build/core/gn/BUILD.gn +++ b/build/core/gn/BUILD.gn @@ -114,6 +114,13 @@ group("hybrid") { ":ets_frontend", ":ets_runtime", "$ark_root/static_core/plugins/ets:etsstdlib(${host_toolchain})", + "$ark_root/compiler:libarkcompiler", + "$ark_root/disassembler:arkdisassembler", + "$ark_root/abc2program:abc2program", + "$ark_root/static_core/plugins/ets/runtime/libani_helpers:ani_helpers", + "$ark_root/assembler:libarkassembler_static", + "$ark_root/bytecode_optimizer:libarkbytecodeopt", + "$ark_root/libziparchive:libarkziparchive", ] if (target_os != "mingw" && target_os != "mac") { deps += [ -- Gitee