diff --git a/bundle.json b/bundle.json index 2ae193b3816c82e0d091590ef679163945ebbd17..4fb4930121145da0c4c01c0ba645f26293c4e9f5 100644 --- a/bundle.json +++ b/bundle.json @@ -35,7 +35,7 @@ ], "inner_kits": [ { - "name": "//arkcompiler/ets_frontend/ets2panda/aot:es2panda" + "name": "//arkcompiler/ets_frontend/ets2panda/aot:es2panda_package" } ], "test": [ diff --git a/ets2panda/aot/BUILD.gn b/ets2panda/aot/BUILD.gn index b15d57012937e06b9b079a3d36c6dc7426ed6a7d..298c381d68607d8ff549830f5cfeae02c0edca99 100644 --- a/ets2panda/aot/BUILD.gn +++ b/ets2panda/aot/BUILD.gn @@ -14,6 +14,12 @@ import("//arkcompiler/runtime_core/static_core/ark_config.gni") import("//build/ohos.gni") +group("es2panda_package") { + if (enable_static_vm) { + deps = [ ":es2panda" ] + } +} + ohos_executable("es2panda") { sources = [ "main.cpp" ]