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

Commit bf3668f

Browse files
authored
Add android_debug_unopt_arm64 to local_engine.json. (#51427)
As written: ```sh flutter % et query builders | grep unopt_arm64 "android_debug_unopt_arm64" config "host_debug_unopt_arm64" config ``` Yay!
1 parent 4b46c5d commit bf3668f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ci/builders/local_engine.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,26 @@
1919
"targets": []
2020
}
2121
},
22+
{
23+
"drone_dimensions": [
24+
"os=Mac-13",
25+
"os=Linux"
26+
],
27+
"gn": [
28+
"--runtime-mode",
29+
"debug",
30+
"--unoptimized",
31+
"--android",
32+
"--android-cpu=arm64",
33+
"--no-stripped",
34+
"--no-lto"
35+
],
36+
"name": "android_debug_unopt_arm64",
37+
"ninja": {
38+
"config": "android_debug_unopt_arm64",
39+
"targets": []
40+
}
41+
},
2242
{
2343
"drone_dimensions": [
2444
"os=Mac-13",

0 commit comments

Comments
 (0)