This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ targets:
456
456
config_name : mac_impeller_cmake_example
457
457
458
458
- name : Windows Android AOT Engine
459
+ bringup : true
459
460
recipe : engine/engine
460
461
properties :
461
462
build_android_aot : " true"
Original file line number Diff line number Diff line change 8
8
"include_paths" : [
9
9
" out/android_profile/zip_archives/android-arm-profile/windows-x64.zip"
10
10
],
11
- "name" : " android_profile"
11
+ "name" : " android_profile" ,
12
+ "realm" : " production"
12
13
}
13
14
],
14
15
"drone_dimensions" : [
36
37
"include_paths" : [
37
38
" out/android_profile_arm64/zip_archives/android-arm64-profile/windows-x64.zip"
38
39
],
39
- "name" : " android_profile_arm64"
40
+ "name" : " android_profile_arm64" ,
41
+ "realm" : " production"
40
42
}
41
43
],
42
44
"drone_dimensions" : [
65
67
"include_paths" : [
66
68
" out/android_profile_x64/zip_archives/android-x64-profile/windows-x64.zip"
67
69
],
68
- "name" : " android_profile_x64"
70
+ "name" : " android_profile_x64" ,
71
+ "realm" : " production"
69
72
}
70
73
],
71
74
"drone_dimensions" : [
94
97
"include_paths" : [
95
98
" out/android_release/zip_archives/android-arm-release/windows-x64.zip"
96
99
],
97
- "name" : " android_release"
100
+ "name" : " android_release" ,
101
+ "realm" : " production"
98
102
}
99
103
],
100
104
"drone_dimensions" : [
122
126
"include_paths" : [
123
127
" out/android_release_arm64/zip_archives/android-arm64-release/windows-x64.zip"
124
128
],
125
- "name" : " android_release_arm64"
129
+ "name" : " android_release_arm64" ,
130
+ "realm" : " production"
126
131
}
127
132
],
128
133
"drone_dimensions" : [
151
156
"include_paths" : [
152
157
" out/android_release_x64/zip_archives/android-x64-release/windows-x64.zip"
153
158
],
154
- "name" : " android_release_x64"
159
+ "name" : " android_release_x64" ,
160
+ "realm" : " production"
155
161
}
156
162
],
157
163
"drone_dimensions" : [
You can’t perform that action at this time.
0 commit comments