From 7bc9902aa1d4c5eedaec87b4163e33725c4699ee Mon Sep 17 00:00:00 2001 From: oh_ci Date: Mon, 11 Aug 2025 03:41:46 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!7786=20?= =?UTF-8?q?:=20fix=20include=20external'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- merge_abc/BUILD.gn | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/merge_abc/BUILD.gn b/merge_abc/BUILD.gn index 1caee7a962..27ebcc75c1 100644 --- a/merge_abc/BUILD.gn +++ b/merge_abc/BUILD.gn @@ -45,6 +45,10 @@ protobuf_snapshot_generator_sources = [ config("panda_assembly_proto_public_config") { include_dirs = [ + "$ark_root/assembler", + "$ark_root/libpandabase", + "$ark_root/libpandabase/mem", + "$ark_root", "src", "$proto_out_dir", "../es2panda", @@ -201,11 +205,6 @@ ohos_source_set("assembly_proto_static") { ] } - external_deps += [ - "runtime_core:libarkbase_static", - "runtime_core:libarkassembler_static", - "runtime_core:libarkfile_static", - ] sources = proto_generated_header + proto_generated_source + protobuf_snapshot_generator_sources public_configs = assembly_proto_configs @@ -270,9 +269,6 @@ ohos_executable("merge_abc") { ] external_deps += [ "icu:static_icuuc", - "runtime_core:libarkbase_static", - "runtime_core:libarkassembler_static", - "runtime_core:libarkfile_static", sdk_libc_secshared_dep, ] if (!is_arkui_x) { -- Gitee