From 714d42813615e8719aa5f4bdaef331fae25512a0 Mon Sep 17 00:00:00 2001 From: hufeng Date: Mon, 27 Sep 2021 09:33:28 +0800 Subject: [PATCH] fixed 4147c81 from https://gitee.com/hufeng20/ark_runtime_core/pulls/22 fix GN build Signed-off-by: hufeng Change-Id: If1ce41959d6f88cdc2debacbfd305c3c57aee1fa --- runtime/asm_defines/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/asm_defines/BUILD.gn b/runtime/asm_defines/BUILD.gn index 96edc1eba9..be455aaeaf 100644 --- a/runtime/asm_defines/BUILD.gn +++ b/runtime/asm_defines/BUILD.gn @@ -35,7 +35,7 @@ ohos_static_library("asm_defines") { output_extension = "S" output_name = "libasm_defines" deps = [ - "$ark_root/libpandafile:libarkfile_type_gen_h", + "$ark_root/libpandafile:libarkfile", "$ark_root/runtime:arkruntime_gen_intrinsics_intrinsics_gen_h", "$ark_root/runtime:arkruntime_gen_intrinsics_intrinsics_h", "$ark_root/runtime:arkruntime_gen_intrinsics_unimplemented_intrinsics-inl_cpp", -- Gitee