Skip to content

Commit 14a4c00

Browse files
committed
Merge remote-tracking branch 'upstream/main' into migrate-surface-producer-camerax
2 parents 7bea450 + 898d5bc commit 14a4c00

File tree

1,023 files changed

+41836
-17660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,023 files changed

+41836
-17660
lines changed

.ci.yaml

Lines changed: 9 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ targets:
150150
recipe: packages/packages
151151
timeout: 60
152152
properties:
153-
add_recipes_cq: "true"
154153
target_file: dart_unit_tests.yaml
155154
channel: master
156155
version_file: flutter_master.version
@@ -208,7 +207,6 @@ targets:
208207
recipe: packages/packages
209208
timeout: 60
210209
properties:
211-
add_recipes_cq: "true"
212210
target_file: web_dart_unit_tests.yaml
213211
channel: master
214212
version_file: flutter_master.version
@@ -251,7 +249,6 @@ targets:
251249
recipe: packages/packages
252250
timeout: 30
253251
properties:
254-
add_recipes_cq: "true"
255252
target_file: analyze.yaml
256253
channel: master
257254
version_file: flutter_master.version
@@ -295,21 +292,21 @@ targets:
295292
timeout: 30
296293
properties:
297294
target_file: analyze_legacy.yaml
298-
channel: "3.16.9"
295+
channel: "3.22.0"
299296
env_variables: >-
300297
{
301-
"CHANNEL": "3.16.9"
298+
"CHANNEL": "3.22.0"
302299
}
303300
304301
- name: Linux analyze_legacy N-2
305302
recipe: packages/packages
306303
timeout: 30
307304
properties:
308305
target_file: analyze_legacy.yaml
309-
channel: "3.13.9"
306+
channel: "3.16.9"
310307
env_variables: >-
311308
{
312-
"CHANNEL": "3.13.9"
309+
"CHANNEL": "3.16.9"
313310
}
314311
315312
- name: Linux_android custom_package_tests master
@@ -322,12 +319,14 @@ targets:
322319
version_file: flutter_master.version
323320
target_file: linux_custom_package_tests.yaml
324321
# Pigeon tests need Andoid deps (thus the Linux_android base), emulator,
325-
# and clang-format.
322+
# and Linux desktop deps.
326323
# web_benchmarks needs Chrome.
327324
dependencies: >-
328325
[
329326
{"dependency": "android_virtual_device", "version": "android_34_google_apis_x64.textpb"},
330327
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
328+
{"dependency": "cmake", "version": "build_id:8787856497187628321"},
329+
{"dependency": "ninja", "version": "version:1.9.0"},
331330
{"dependency": "chrome_and_driver", "version": "version:114.0"}
332331
]
333332
channel: master
@@ -349,6 +348,8 @@ targets:
349348
[
350349
{"dependency": "android_virtual_device", "version": "android_34_google_apis_x64.textpb"},
351350
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
351+
{"dependency": "cmake", "version": "build_id:8787856497187628321"},
352+
{"dependency": "ninja", "version": "version:1.9.0"},
352353
{"dependency": "chrome_and_driver", "version": "version:114.0"}
353354
]
354355
channel: stable
@@ -362,7 +363,6 @@ targets:
362363
recipe: packages/packages
363364
timeout: 30
364365
properties:
365-
add_recipes_cq: "true"
366366
version_file: flutter_master.version
367367
target_file: android_build_all_packages.yaml
368368
channel: master
@@ -394,17 +394,13 @@ targets:
394394
"CHANNEL": "stable"
395395
}
396396
397-
# All of the Linux_android android_platform_tests shards have the same
398-
# dependency list, despite some running on Android 33 AVDs versus 34.
399-
# See https://github.com/flutter/flutter/issues/137082 for context.
400397
- name: Linux_android android_platform_tests_shard_1 master
401398
recipe: packages/packages
402399
timeout: 60
403400
properties:
404401
target_file: android_platform_tests.yaml
405402
channel: master
406403
version_file: flutter_master.version
407-
# set up for 34
408404
package_sharding: "--shardIndex 0 --shardCount 6"
409405
dependencies: >-
410406
[
@@ -423,7 +419,6 @@ targets:
423419
target_file: android_platform_tests.yaml
424420
channel: master
425421
version_file: flutter_master.version
426-
# set up for 34
427422
package_sharding: "--shardIndex 1 --shardCount 6"
428423
dependencies: >-
429424
[
@@ -442,7 +437,6 @@ targets:
442437
target_file: android_platform_tests.yaml
443438
channel: master
444439
version_file: flutter_master.version
445-
# set up for 34
446440
package_sharding: "--shardIndex 2 --shardCount 6"
447441
dependencies: >-
448442
[
@@ -461,7 +455,6 @@ targets:
461455
target_file: android_platform_tests.yaml
462456
channel: master
463457
version_file: flutter_master.version
464-
# set up for 34
465458
package_sharding: "--shardIndex 3 --shardCount 6"
466459
dependencies: >-
467460
[
@@ -480,7 +473,6 @@ targets:
480473
target_file: android_platform_tests.yaml
481474
channel: master
482475
version_file: flutter_master.version
483-
# set up for 34
484476
package_sharding: "--shardIndex 4 --shardCount 6"
485477
dependencies: >-
486478
[
@@ -499,7 +491,6 @@ targets:
499491
target_file: android_platform_tests.yaml
500492
channel: master
501493
version_file: flutter_master.version
502-
# set up for 34
503494
package_sharding: "--shardIndex 5 --shardCount 6"
504495
dependencies: >-
505496
[
@@ -511,44 +502,6 @@ targets:
511502
"PACKAGE_SHARDING": "--shardIndex 5 --shardCount 6"
512503
}
513504
514-
- name: Linux_android android_platform_tests_api_33_shard_1 master
515-
recipe: packages/packages
516-
timeout: 60
517-
properties:
518-
target_file: android_platform_tests_api_33_avd.yaml
519-
channel: master
520-
version_file: flutter_master.version
521-
# set up for 33
522-
package_sharding: "--shardIndex 0 --shardCount 2"
523-
dependencies: >-
524-
[
525-
{"dependency": "android_virtual_device", "version": "android_33_google_apis_x64.textpb"}
526-
]
527-
env_variables: >-
528-
{
529-
"CHANNEL": "master",
530-
"PACKAGE_SHARDING": "--shardIndex 0 --shardCount 2"
531-
}
532-
533-
- name: Linux_android android_platform_tests_api_33_shard_2 master
534-
recipe: packages/packages
535-
timeout: 60
536-
properties:
537-
target_file: android_platform_tests_api_33_avd.yaml
538-
channel: master
539-
version_file: flutter_master.version
540-
# set up for 33
541-
package_sharding: "--shardIndex 1 --shardCount 2"
542-
dependencies: >-
543-
[
544-
{"dependency": "android_virtual_device", "version": "android_33_google_apis_x64.textpb"}
545-
]
546-
env_variables: >-
547-
{
548-
"CHANNEL": "master",
549-
"PACKAGE_SHARDING": "--shardIndex 1 --shardCount 2"
550-
}
551-
552505
- name: Linux_android android_platform_tests_shard_1 stable
553506
recipe: packages/packages
554507
presubmit: false
@@ -663,42 +616,6 @@ targets:
663616
"PACKAGE_SHARDING": "--shardIndex 5 --shardCount 6"
664617
}
665618
666-
- name: Linux_android android_platform_tests_api_33_shard_1 stable
667-
recipe: packages/packages
668-
timeout: 60
669-
properties:
670-
target_file: android_platform_tests_api_33_avd.yaml
671-
channel: stable
672-
version_file: flutter_stable.version
673-
package_sharding: "--shardIndex 0 --shardCount 2"
674-
dependencies: >-
675-
[
676-
{"dependency": "android_virtual_device", "version": "android_33_google_apis_x64.textpb"}
677-
]
678-
env_variables: >-
679-
{
680-
"CHANNEL": "stable",
681-
"PACKAGE_SHARDING": "--shardIndex 0 --shardCount 2"
682-
}
683-
684-
- name: Linux_android android_platform_tests_api_33_shard_2 stable
685-
recipe: packages/packages
686-
timeout: 60
687-
properties:
688-
target_file: android_platform_tests_api_33_avd.yaml
689-
channel: stable
690-
version_file: flutter_stable.version
691-
package_sharding: "--shardIndex 1 --shardCount 2"
692-
dependencies: >-
693-
[
694-
{"dependency": "android_virtual_device", "version": "android_33_google_apis_x64.textpb"}
695-
]
696-
env_variables: >-
697-
{
698-
"CHANNEL": "stable",
699-
"PACKAGE_SHARDING": "--shardIndex 1 --shardCount 2"
700-
}
701-
702619
- name: Linux_android_legacy android_platform_tests_legacy_api_shard_1 master
703620
recipe: packages/packages
704621
timeout: 60
@@ -1051,7 +968,6 @@ targets:
1051968
recipe: packages/packages
1052969
timeout: 30
1053970
properties:
1054-
add_recipes_cq: "true"
1055971
version_file: flutter_master.version
1056972
target_file: macos_repo_checks.yaml
1057973
dependencies: >
@@ -1066,7 +982,6 @@ targets:
1066982
recipe: packages/packages
1067983
timeout: 30
1068984
properties:
1069-
add_recipes_cq: "true"
1070985
version_file: flutter_master.version
1071986
target_file: macos_build_all_packages.yaml
1072987
channel: master
@@ -1121,7 +1036,6 @@ targets:
11211036
recipe: packages/packages
11221037
timeout: 60
11231038
properties:
1124-
add_recipes_cq: "true"
11251039
version_file: flutter_master.version
11261040
target_file: macos_custom_package_tests.yaml
11271041
channel: master
@@ -1138,7 +1052,6 @@ targets:
11381052
recipe: packages/packages
11391053
timeout: 60
11401054
properties:
1141-
add_recipes_cq: "true"
11421055
version_file: flutter_stable.version
11431056
target_file: macos_custom_package_tests.yaml
11441057
channel: stable
@@ -1159,7 +1072,6 @@ targets:
11591072
timeout: 30
11601073
properties:
11611074
channel: master
1162-
add_recipes_cq: "true"
11631075
version_file: flutter_master.version
11641076
target_file: ios_build_all_packages.yaml
11651077
env_variables: >-
@@ -1172,7 +1084,6 @@ targets:
11721084
timeout: 30
11731085
properties:
11741086
channel: stable
1175-
add_recipes_cq: "true"
11761087
version_file: flutter_stable.version
11771088
target_file: ios_build_all_packages.yaml
11781089
env_variables: >-
@@ -1200,7 +1111,6 @@ targets:
12001111
timeout: 60
12011112
properties:
12021113
channel: master
1203-
add_recipes_cq: "true"
12041114
version_file: flutter_master.version
12051115
target_file: ios_platform_tests.yaml
12061116
package_sharding: "--shardIndex 1 --shardCount 5"
@@ -1215,7 +1125,6 @@ targets:
12151125
timeout: 60
12161126
properties:
12171127
channel: master
1218-
add_recipes_cq: "true"
12191128
version_file: flutter_master.version
12201129
target_file: ios_platform_tests.yaml
12211130
package_sharding: "--shardIndex 2 --shardCount 5"
@@ -1230,7 +1139,6 @@ targets:
12301139
timeout: 60
12311140
properties:
12321141
channel: master
1233-
add_recipes_cq: "true"
12341142
version_file: flutter_master.version
12351143
target_file: ios_platform_tests.yaml
12361144
package_sharding: "--shardIndex 3 --shardCount 5"
@@ -1245,7 +1153,6 @@ targets:
12451153
timeout: 60
12461154
properties:
12471155
channel: master
1248-
add_recipes_cq: "true"
12491156
version_file: flutter_master.version
12501157
target_file: ios_platform_tests.yaml
12511158
package_sharding: "--shardIndex 4 --shardCount 5"
@@ -1336,7 +1243,6 @@ targets:
13361243
recipe: packages/packages
13371244
timeout: 60
13381245
properties:
1339-
add_recipes_cq: "true"
13401246
target_file: windows_custom_package_tests.yaml
13411247
channel: master
13421248
version_file: flutter_master.version
@@ -1400,7 +1306,6 @@ targets:
14001306
recipe: packages/packages
14011307
timeout: 60
14021308
properties:
1403-
add_recipes_cq: "true"
14041309
target_file: windows_build_and_platform_tests.yaml
14051310
channel: master
14061311
version_file: flutter_master.version
@@ -1419,7 +1324,6 @@ targets:
14191324
recipe: packages/packages
14201325
timeout: 60
14211326
properties:
1422-
add_recipes_cq: "true"
14231327
target_file: windows_build_and_platform_tests.yaml
14241328
channel: stable
14251329
version_file: flutter_stable.version
@@ -1438,7 +1342,6 @@ targets:
14381342
recipe: packages/packages
14391343
timeout: 60
14401344
properties:
1441-
add_recipes_cq: "true"
14421345
target_file: windows_build_and_platform_tests.yaml
14431346
channel: stable
14441347
version_file: flutter_stable.version
@@ -1457,7 +1360,6 @@ targets:
14571360
recipe: packages/packages
14581361
timeout: 30
14591362
properties:
1460-
add_recipes_cq: "true"
14611363
target_file: windows_build_all_packages.yaml
14621364
channel: master
14631365
version_file: flutter_master.version
@@ -1511,7 +1413,6 @@ targets:
15111413
timeout: 30
15121414
bringup: true
15131415
properties:
1514-
add_recipes_cq: "true"
15151416
target_file: windows_build_all_packages.yaml
15161417
channel: stable
15171418
version_file: flutter_stable.version

.ci/flutter_master.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9d32f07e34c3d9cb1b6021e0acb1df9f204b2814
1+
0d22d9101aacb49f62517b9af954f99fd5162357

.ci/flutter_stable.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
300451adae589accbece3490f4396f10bdf15e6e
1+
5dcb86f68f239346676ceb1ed1ea385bd215fba1

.ci/legacy_project/all_packages/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929

3030
defaultConfig {
3131
applicationId "com.example.all_packages"
32-
minSdkVersion 16
32+
minSdkVersion flutter.minSdkVersion
3333
targetSdkVersion 30
3434
versionCode flutterVersionCode.toInteger()
3535
versionName flutterVersionName

0 commit comments

Comments
 (0)