From c338cb723bad83d79852b31499024cb649653e2c Mon Sep 17 00:00:00 2001 From: oh_ci Date: Sat, 26 Jul 2025 10:25:20 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!7429=20?= =?UTF-8?q?:=20Change=20to=20inner=20api=20in=20generate=5Fstatic=5Fabc'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 3 --- ets2panda/BUILD.gn | 9 --------- 2 files changed, 12 deletions(-) diff --git a/bundle.json b/bundle.json index dbf6650144..80c4a61093 100644 --- a/bundle.json +++ b/bundle.json @@ -44,9 +44,6 @@ }, { "name": "//arkcompiler/ets_frontend/ets2panda:libes2panda_public" - }, - { - "name": "//arkcompiler/ets_frontend/ets2panda:libes2panda_public_headers" } ], "test": [ diff --git a/ets2panda/BUILD.gn b/ets2panda/BUILD.gn index 5e8277ab20..d464559f73 100644 --- a/ets2panda/BUILD.gn +++ b/ets2panda/BUILD.gn @@ -1229,15 +1229,6 @@ ohos_shared_library("libes2panda_public") { subsystem_name = "arkcompiler" } -if (!(defined(ark_static_standalone_build) && ark_static_standalone_build)) { - ohos_shared_headers("libes2panda_public_headers") { - include_dirs = [ "$ark_es2panda_root/public" ] - deps = [ ":libes2panda_public" ] - part_name = "ets_frontend" - subsystem_name = "arkcompiler" - } -} - action("generate_ets2panda_info") { script = "$ark_root/gn/build/es2panda_info.sh" outputs = [ "$target_gen_dir/generated/es2panda_build_info.h" ] -- Gitee