From 3a2ea2009a50c6c5bb0f126a58f81a5e08f40797 Mon Sep 17 00:00:00 2001 From: kangchongtao Date: Mon, 9 Sep 2024 15:18:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=E7=8B=AC=E7=AB=8B=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kangchongtao --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 620ec4c0..9ebf6862 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -243,7 +243,7 @@ if (!is_standard_system && !is_arkui_x) { } } -import("//build/config/components/ets_frontend/es2abc_config.gni") +import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni") ark_abc_path = get_label_info(":ark_build", "target_out_dir") + "/strip.native.min.abc" -- Gitee