diff --git a/BUILD.gn b/BUILD.gn index 98f9ae49d21746e1d122bb81dacd94d1eb2556aa..f8c78ee6ccb1382b9669f0c6848eacdd06be8808 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 0b9bb4fba46fdbe0fdce667d9427a1f7109eec99..4ea189cf703d9a76a80d73df06765ca01a4be1a3 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": []