!2138 [GN] Fix deps in static_core components

Merge pull request !2138 from Petrov Igor/associate_gn_build_for_static_core
This commit is contained in:
openharmony_ci 2024-07-23 06:29:28 +00:00 committed by Gitee
commit afb9f4e4c7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@
# limitations under the License.
import("//arkcompiler/runtime_core/static_core/ark_root.gni")
import("//arkcompiler/runtime_core/static_vm_config.gni")
import("//build/ohos.gni")
ark_subsystem_name = "arkcompiler"

View File

@ -227,7 +227,6 @@ ohos_shared_library("libarktscompiler") {
":libarkcompiler_opcodes_h_opcodes_h",
":libarkcompiler_opcodes_h_savestate_optimization_call_visitors_inl",
":pipeline_includes_h",
":plugin_create_pipeline_inl",
":source_languages_h",
"$ark_root/cross_values:cross_values_getters_generate(${default_toolchain})",
"$ark_root/libpandabase:libarktsbase",
@ -254,6 +253,7 @@ ohos_shared_library("libarktscompiler") {
":irtoc_builder_cpp",
":irtoc_generate_ir_inline",
":irtoc_interface_extensions_inl_h",
":plugin_create_pipeline_inl",
]
}
if (enable_codegen) {
@ -319,7 +319,6 @@ ohos_source_set("libarktscompiler_frontend_static") {
":libarkcompiler_opcodes_h_opcodes_h",
":libarkcompiler_opcodes_h_savestate_optimization_call_visitors_inl",
":pipeline_includes_h",
":plugin_create_pipeline_inl",
":source_languages_h",
"$ark_root/cross_values:cross_values_getters_generate(${default_toolchain})",
"$ark_root/libpandabase:libarktsbase_frontend_static",
@ -346,6 +345,7 @@ ohos_source_set("libarktscompiler_frontend_static") {
":irtoc_builder_cpp",
":irtoc_generate_ir_inline",
":irtoc_interface_extensions_inl_h",
":plugin_create_pipeline_inl",
]
}
if (enable_codegen) {