Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit cf97541

Browse files
authored
Migrate Windows AOT Engine to Engine V2. (#41515)
Both builds are generating artifacts in the same way. This is moving the legacy builder to staging and updating Windows windows_aot_engine build to upload artifacts to prod. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent ff318fd commit cf97541

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ targets:
456456
config_name: mac_impeller_cmake_example
457457

458458
- name: Windows Android AOT Engine
459+
bringup: true
459460
recipe: engine/engine
460461
properties:
461462
build_android_aot: "true"

ci/builders/windows_android_aot_engine.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"include_paths": [
99
"out/android_profile/zip_archives/android-arm-profile/windows-x64.zip"
1010
],
11-
"name": "android_profile"
11+
"name": "android_profile",
12+
"realm": "production"
1213
}
1314
],
1415
"drone_dimensions": [
@@ -36,7 +37,8 @@
3637
"include_paths": [
3738
"out/android_profile_arm64/zip_archives/android-arm64-profile/windows-x64.zip"
3839
],
39-
"name": "android_profile_arm64"
40+
"name": "android_profile_arm64",
41+
"realm": "production"
4042
}
4143
],
4244
"drone_dimensions": [
@@ -65,7 +67,8 @@
6567
"include_paths": [
6668
"out/android_profile_x64/zip_archives/android-x64-profile/windows-x64.zip"
6769
],
68-
"name": "android_profile_x64"
70+
"name": "android_profile_x64",
71+
"realm": "production"
6972
}
7073
],
7174
"drone_dimensions": [
@@ -94,7 +97,8 @@
9497
"include_paths": [
9598
"out/android_release/zip_archives/android-arm-release/windows-x64.zip"
9699
],
97-
"name": "android_release"
100+
"name": "android_release",
101+
"realm": "production"
98102
}
99103
],
100104
"drone_dimensions": [
@@ -122,7 +126,8 @@
122126
"include_paths": [
123127
"out/android_release_arm64/zip_archives/android-arm64-release/windows-x64.zip"
124128
],
125-
"name": "android_release_arm64"
129+
"name": "android_release_arm64",
130+
"realm": "production"
126131
}
127132
],
128133
"drone_dimensions": [
@@ -151,7 +156,8 @@
151156
"include_paths": [
152157
"out/android_release_x64/zip_archives/android-x64-release/windows-x64.zip"
153158
],
154-
"name": "android_release_x64"
159+
"name": "android_release_x64",
160+
"realm": "production"
155161
}
156162
],
157163
"drone_dimensions": [

0 commit comments

Comments
 (0)