File tree Expand file tree Collapse file tree 6 files changed +4
-137
lines changed Expand file tree Collapse file tree 6 files changed +4
-137
lines changed Original file line number Diff line number Diff line change @@ -510,14 +510,6 @@ targets:
510510 release_build : " true"
511511 config_name : windows_host_engine
512512
513- - name : Windows windows_arm_host_engine
514- bringup : true
515- recipe : engine_v2/engine_v2
516- timeout : 60
517- properties :
518- release_build : " true"
519- config_name : windows_arm_host_engine
520-
521513 - name : Windows Unopt
522514 recipe : engine/engine_unopt
523515 properties :
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ if (build_engine_artifacts && !flutter_prebuilt_dart_sdk) {
227227# Archives Flutter Windows Artifacts
228228if (host_os == " win" ) {
229229 zip_bundle (" windows_flutter" ) {
230- output = " $full_target_platform_name -$flutter_runtime_mode /$full_target_platform_name -flutter.zip"
230+ output = " $full_platform_name -$flutter_runtime_mode /$full_platform_name -flutter.zip"
231231 deps = [
232232 " //flutter/shell/platform/common:publish_headers" ,
233233 " //flutter/shell/platform/windows:flutter_windows" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -530,8 +530,7 @@ if (is_mac) {
530530
531531if (host_os == " linux" || host_os == " win" ) {
532532 zip_bundle (" embedder-archive" ) {
533- output =
534- " $full_target_platform_name /$full_target_platform_name -embedder.zip"
533+ output = " $full_platform_name /$full_platform_name -embedder.zip"
535534 deps = [
536535 " //flutter/shell/platform/embedder:copy_headers" ,
537536 " //flutter/shell/platform/embedder:flutter_engine_library" ,
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ win_client_wrapper_file_archive_list = [
113113]
114114
115115zip_bundle (" client_wrapper_archive" ) {
116- output = " $full_target_platform_name /flutter-cpp-client-wrapper.zip"
116+ output = " $full_platform_name /flutter-cpp-client-wrapper.zip"
117117 deps = [
118118 " :client_wrapper_windows" ,
119119 " :publish_wrapper_windows" ,
Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ if (!is_fuchsia) {
551551 # TODO(jacksongardner ): remove this once we stop making platform-specific
552552 # flutter_web_sdk archives.
553553 # https://github.com/flutter/flutter/issues/113303
554- output = " flutter-web-sdk-${ full_target_platform_name } .zip"
554+ output = " flutter-web-sdk-${ full_platform_name } .zip"
555555 }
556556 deps = [
557557 " :flutter_ddc_modules" ,
You can’t perform that action at this time.
0 commit comments