From 73433277425aa7eac413f44c540d408aabb33e72 Mon Sep 17 00:00:00 2001 From: chenqy930 Date: Tue, 19 Jul 2022 09:42:27 +0800 Subject: [PATCH] Switch component name to ets_frontend Signed-off-by: chenqy930 Change-Id: I8eabfd75c570938dfa1c4d38180e5046722ad0e3 --- BUILD.gn | 2 +- bundle.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 98f9ae49d21..f8c78ee6ccb 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/runtime_core/ark_config.gni") import("//build/ohos.gni") -group("ets_frontend") { +group("ets_frontend_build") { deps = [ "./es2panda:es2panda_build", "./ts2panda:ark_ts2abc_build", diff --git a/bundle.json b/bundle.json index 0b9bb4fba46..4ea189cf703 100644 --- a/bundle.json +++ b/bundle.json @@ -4,7 +4,7 @@ "version": "3.1", "license": "Apache V2", "component": { - "name": "ark_ts2abc", + "name": "ets_frontend", "subsystem": "ark", "syscap": [], "features": [], @@ -19,7 +19,7 @@ }, "build": { "sub_component": [ - "//arkcompiler/ets_frontend:ets_frontend" + "//arkcompiler/ets_frontend:ets_frontend_build" ], "inner_kits": [], "test": [] -- Gitee