From e08bf18efacd65f2e06718f65a885379d13b0801 Mon Sep 17 00:00:00 2001 From: qiuyu Date: Sun, 27 Nov 2022 16:57:15 +0800 Subject: [PATCH] Remove runtime dependency Remove runtime dependency Signed-off-by: qiuyu Change-Id: Iffc1f8a4463a0a9dab5a5675e6681ad3467dc9ba --- es2panda/BUILD.gn | 1 - ts2panda/ts2abc/BUILD.gn | 1 - 2 files changed, 2 deletions(-) diff --git a/es2panda/BUILD.gn b/es2panda/BUILD.gn index ae3a711f2f..3ff05f7b13 100644 --- a/es2panda/BUILD.gn +++ b/es2panda/BUILD.gn @@ -288,7 +288,6 @@ config("es2abc_config_common") { "$sdk_libc_secshared_config", "$ark_root/libpandafile:arkfile_public_config", "$ark_root/libpandabase:arkbase_public_config", - "$ark_root/runtime:arkruntime_public_config", "$ark_root/assembler:arkassembler_public_config", ":es2abc_config_src", ] diff --git a/ts2panda/ts2abc/BUILD.gn b/ts2panda/ts2abc/BUILD.gn index 19f7bc1a7b..afb801580a 100755 --- a/ts2panda/ts2abc/BUILD.gn +++ b/ts2panda/ts2abc/BUILD.gn @@ -32,7 +32,6 @@ config("ts2abc_config") { sdk_libc_secshared_config, "$ark_root/libpandafile:arkfile_public_config", "$ark_root/libpandabase:arkbase_public_config", - "$ark_root/runtime:arkruntime_public_config", "$ark_root/assembler:arkassembler_public_config", "//arkcompiler/ets_frontend/merge_abc:panda_assembly_proto_public_config", ] -- Gitee