Skip to content

Commit dde95fd

Browse files
authored
Adds arm64-profile config. (flutter#34114)
1 parent a308832 commit dde95fd

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

ci/builders/linux_android_aot_engine.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,41 @@
119119
},
120120
"tests": []
121121
},
122+
{
123+
"archives": [
124+
{
125+
"name": "android_profile_arm64",
126+
"type": "gcs",
127+
"base_path": "out/android_profile_arm64/zip_archives/",
128+
"include_paths": [
129+
"out/android_profile_arm64/zip_archives/android-arm64-profile/linux-x64.zip"
130+
]
131+
}
132+
],
133+
"drone_dimensions": [
134+
"device_type=none",
135+
"os=Linux"
136+
],
137+
"gclient_custom_vars": {
138+
"download_android_deps": false
139+
},
140+
"gn": [
141+
"--android",
142+
"--runtime-mode",
143+
"profile",
144+
"--android-cpu",
145+
"arm64"
146+
],
147+
"name": "android_profile_arm64",
148+
"ninja": {
149+
"config": "android_profile_arm64",
150+
"targets": [
151+
"default",
152+
"clang_x64/gen_snapshot"
153+
]
154+
},
155+
"tests": []
156+
},
122157
{
123158
"archives": [
124159
{

0 commit comments

Comments
 (0)