From a6c6247c817fe56b75bd45962c0d5affe8493e67 Mon Sep 17 00:00:00 2001 From: liujia178 Date: Fri, 12 Jul 2024 17:04:34 +0800 Subject: [PATCH] Fix es2abc_config.gni path Signed-off-by: liujia178 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 15d0c3d..8e74b0b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni") +import("//build/config/components/ets_frontend/es2abc_config.gni") import("//build/ohos.gni") es2abc_gen_abc("gen_decimal_abc") { -- Gitee