未验证 提交 42f98ebf 编写于 作者: O openharmony_ci 提交者: Gitee

!816 update part_name

Merge pull request !816 from lihong/master
...@@ -200,7 +200,7 @@ if (!is_standard_system && !is_cross_platform_build) { ...@@ -200,7 +200,7 @@ if (!is_standard_system && !is_cross_platform_build) {
ohos_prebuilt_etc("v8_snapshot_bin") { ohos_prebuilt_etc("v8_snapshot_bin") {
deps = [ ":gen_snapshot_bin" ] deps = [ ":gen_snapshot_bin" ]
source = v8_snapshot_bin_path source = v8_snapshot_bin_path
part_name = "ace_engine_full" part_name = "jsframework"
} }
action("gen_snapshot_obj") { action("gen_snapshot_obj") {
...@@ -262,6 +262,6 @@ ohos_prebuilt_etc("ark_build") { ...@@ -262,6 +262,6 @@ ohos_prebuilt_etc("ark_build") {
deps = [ ":ark_jsf" ] deps = [ ":ark_jsf" ]
source = ark_abc_path source = ark_abc_path
if (!is_cross_platform_build) { if (!is_cross_platform_build) {
part_name = "ace_engine" part_name = "jsframework"
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册