提交 de44b449 编写于 作者: C ctw-ian

Change the abc generation template from ts2abc to es2abc

Issue:https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/I7EI42Signed-off-by: Nctw-ian <chentingwei2@huawei.com>
Change-Id: I5f79bd9aedb10ad7d46b94ebdd35731ac6b03bbc
上级 50c5ada4
...@@ -256,11 +256,11 @@ if (!is_standard_system && !is_cross_platform_build) { ...@@ -256,11 +256,11 @@ if (!is_standard_system && !is_cross_platform_build) {
} }
} }
import("//arkcompiler/ets_frontend/ts2panda/ts2abc_config.gni") import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni")
ark_abc_path = ark_abc_path =
get_label_info(":ark_build", "target_out_dir") + "/strip.native.min.abc" get_label_info(":ark_build", "target_out_dir") + "/strip.native.min.abc"
ts2abc_gen_abc("ark_jsf") { es2abc_gen_abc("ark_jsf") {
extra_visibility = [ ":*" ] # Only targets in this file can depend on this extra_visibility = [ ":*" ] # Only targets in this file can depend on this
extra_dependencies = [ ":gen_snapshot" ] extra_dependencies = [ ":gen_snapshot" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册