From 6106fb13044cb9493f1c0e9f09d9c82298a102b2 Mon Sep 17 00:00:00 2001 From: qianyong325 Date: Mon, 11 Aug 2025 14:36:36 +0800 Subject: [PATCH] Revert "!7786 fix include external" Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICSCCJ This reverts commit eb8eb179cf4cae00a6e21ac187297512f91a7875. Signed-off-by: qianyong325 --- 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