|
1 | 1 | {
|
2 | 2 | "builds": [
|
3 | 3 | {
|
4 |
| - "archives": [], |
| 4 | + "archives": [ |
| 5 | + { |
| 6 | + "base_path": "out/android_profile/zip_archives/", |
| 7 | + "type": "gcs", |
| 8 | + "include_paths": [ |
| 9 | + "out/android_profile/zip_archives/android-arm-profile/windows-x64.zip" |
| 10 | + ], |
| 11 | + "name": "android_profile" |
| 12 | + } |
| 13 | + ], |
5 | 14 | "drone_dimensions": [],
|
6 | 15 | "gn": [
|
7 | 16 | "--runtime-mode",
|
|
12 | 21 | "ninja": {
|
13 | 22 | "config": "android_profile",
|
14 | 23 | "targets": [
|
15 |
| - "gen_snapshot" |
| 24 | + "flutter/build/archives:archive_win_gen_snapshot" |
16 | 25 | ]
|
17 | 26 | }
|
18 | 27 | },
|
19 | 28 | {
|
20 |
| - "archives": [], |
| 29 | + "archives": [ |
| 30 | + { |
| 31 | + "base_path": "out/android_profile_arm64/zip_archives/", |
| 32 | + "type": "gcs", |
| 33 | + "include_paths": [ |
| 34 | + "out/android_profile_arm64/zip_archives/android-arm64-profile/windows-x64.zip" |
| 35 | + ], |
| 36 | + "name": "android_profile_arm64" |
| 37 | + } |
| 38 | + ], |
21 | 39 | "drone_dimensions": [],
|
22 | 40 | "gn": [
|
23 | 41 | "--runtime-mode",
|
|
29 | 47 | "ninja": {
|
30 | 48 | "config": "android_profile_arm64",
|
31 | 49 | "targets": [
|
32 |
| - "gen_snapshot" |
| 50 | + "flutter/build/archives:archive_win_gen_snapshot" |
33 | 51 | ]
|
34 | 52 | }
|
35 | 53 | },
|
36 | 54 | {
|
37 |
| - "archives": [], |
| 55 | + "archives": [ |
| 56 | + { |
| 57 | + "base_path": "out/android_profile_x64/zip_archives/", |
| 58 | + "type": "gcs", |
| 59 | + "include_paths": [ |
| 60 | + "out/android_profile_x64/zip_archives/android-x64-profile/windows-x64.zip" |
| 61 | + ], |
| 62 | + "name": "android_profile_x64" |
| 63 | + } |
| 64 | + ], |
38 | 65 | "drone_dimensions": [],
|
39 | 66 | "gn": [
|
40 | 67 | "--runtime-mode",
|
|
46 | 73 | "ninja": {
|
47 | 74 | "config": "android_profile_x64",
|
48 | 75 | "targets": [
|
49 |
| - "gen_snapshot" |
| 76 | + "flutter/build/archives:archive_win_gen_snapshot" |
50 | 77 | ]
|
51 | 78 | }
|
52 | 79 | },
|
53 | 80 | {
|
54 |
| - "archives": [], |
| 81 | + "archives": [ |
| 82 | + { |
| 83 | + "base_path": "out/android_release/zip_archives/", |
| 84 | + "type": "gcs", |
| 85 | + "include_paths": [ |
| 86 | + "out/android_release/zip_archives/android-arm-release/windows-x64.zip" |
| 87 | + ], |
| 88 | + "name": "android_release" |
| 89 | + } |
| 90 | + ], |
55 | 91 | "drone_dimensions": [],
|
56 | 92 | "gn": [
|
57 | 93 | "--runtime-mode",
|
|
62 | 98 | "ninja": {
|
63 | 99 | "config": "android_release",
|
64 | 100 | "targets": [
|
65 |
| - "gen_snapshot" |
| 101 | + "flutter/build/archives:archive_win_gen_snapshot" |
66 | 102 | ]
|
67 | 103 | }
|
68 | 104 | },
|
69 | 105 | {
|
70 |
| - "archives": [], |
| 106 | + "archives": [ |
| 107 | + { |
| 108 | + "base_path": "out/android_release_arm64/zip_archives/", |
| 109 | + "type": "gcs", |
| 110 | + "include_paths": [ |
| 111 | + "out/android_release_arm64/zip_archives/android-arm64-release/windows-x64.zip" |
| 112 | + ], |
| 113 | + "name": "android_release_arm64" |
| 114 | + } |
| 115 | + ], |
71 | 116 | "drone_dimensions": [],
|
72 | 117 | "gn": [
|
73 | 118 | "--runtime-mode",
|
|
79 | 124 | "ninja": {
|
80 | 125 | "config": "android_release_arm64",
|
81 | 126 | "targets": [
|
82 |
| - "gen_snapshot" |
| 127 | + "flutter/build/archives:archive_win_gen_snapshot" |
83 | 128 | ]
|
84 | 129 | }
|
85 | 130 | },
|
86 | 131 | {
|
87 |
| - "archives": [], |
| 132 | + "archives": [ |
| 133 | + { |
| 134 | + "base_path": "out/android_release_x64/zip_archives/", |
| 135 | + "type": "gcs", |
| 136 | + "include_paths": [ |
| 137 | + "out/android_release_x64/zip_archives/android-x64-release/windows-x64.zip" |
| 138 | + ], |
| 139 | + "name": "android_release_x64" |
| 140 | + } |
| 141 | + ], |
88 | 142 | "drone_dimensions": [],
|
89 | 143 | "gn": [
|
90 | 144 | "--runtime-mode",
|
|
96 | 150 | "ninja": {
|
97 | 151 | "config": "android_release_x64",
|
98 | 152 | "targets": [
|
99 |
| - "gen_snapshot" |
| 153 | + "flutter/build/archives:archive_win_gen_snapshot" |
100 | 154 | ]
|
101 | 155 | }
|
102 | 156 | }
|
|
0 commit comments