未验证 提交 6c5a1801 编写于 作者: O openharmony_ci 提交者: Gitee

!812 Change abc generation template from ts2abc to es2abc

Merge pull request !812 from ctw-ian/template_mod
......@@ -242,11 +242,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 =
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_dependencies = [ ":gen_snapshot" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册