This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 6 files changed +4
-137
lines changed
6 files changed +4
-137
lines changed Original file line number Diff line number Diff line change @@ -510,14 +510,6 @@ targets:
510
510
release_build : " true"
511
511
config_name : windows_host_engine
512
512
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
-
521
513
- name : Windows Unopt
522
514
recipe : engine/engine_unopt
523
515
properties :
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ if (build_engine_artifacts && !flutter_prebuilt_dart_sdk) {
227
227
# Archives Flutter Windows Artifacts
228
228
if (host_os == " win" ) {
229
229
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"
231
231
deps = [
232
232
" //flutter/shell/platform/common:publish_headers" ,
233
233
" //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) {
530
530
531
531
if (host_os == " linux" || host_os == " win" ) {
532
532
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"
535
534
deps = [
536
535
" //flutter/shell/platform/embedder:copy_headers" ,
537
536
" //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 = [
113
113
]
114
114
115
115
zip_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"
117
117
deps = [
118
118
" :client_wrapper_windows" ,
119
119
" :publish_wrapper_windows" ,
Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ if (!is_fuchsia) {
551
551
# TODO(jacksongardner ): remove this once we stop making platform-specific
552
552
# flutter_web_sdk archives.
553
553
# 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"
555
555
}
556
556
deps = [
557
557
" :flutter_ddc_modules" ,
You can’t perform that action at this time.
0 commit comments